~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to sys/win32/msdev/UNICODE_WIN.TXT

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INFORMATION ON UNICODE, ADDITIONAL DEVICES AND ANTI-ALIASING FONTS
 
2
==================================================================
 
3
 
 
4
Belongs to PLplot version: 5.6.0
 
5
Information updated:       april 2006
 
6
 
 
7
 
 
8
The following libraries and other files are required for the GIF, JPEG
 
9
and PNG devices, UNICODE and anti-aliasing:
 
10
 
 
11
1. The BGD library from: http://www.boutel.com/gd
 
12
 
 
13
2. The freetype library from: http://gnuwin32.sourceforge.net/packages/freetype.htm
 
14
 
 
15
3. Fonts
 
16
 
 
17
ad 1.
 
18
The BGD library is used for generating plots in PNG, JPEG en GIF format.
 
19
It also uses the freetype2 library for plotting characters beyond the
 
20
basic ASCII table (the UNICODE characters)
 
21
 
 
22
Steps:
 
23
- Install the binary distribution of that library in a convenient location
 
24
  (for instance c:\plplot\gdwin32 - this is the location for the
 
25
  current build procedure
 
26
- Build the import library using "makemsvcimport.bat"
 
27
 
 
28
The PLplot library will then depend on the presence of the bgd.dll
 
29
library somewhere in the path or in the directory holding the
 
30
executable.
 
31
 
 
32
ad 2.
 
33
The freetype library offers support for anti-aliasing fonts, this gives
 
34
text a smooth appearance.
 
35
 
 
36
Steps:
 
37
- The freetype2 library is best installed in c:\program files\freetype -
 
38
  this path seems to be used in the code itself, at least as prebuilt.
 
39
  Install all the zip-files you find on the site:
 
40
  - binaries
 
41
  - dependencies
 
42
  - developer files
 
43
  (All seem to be needed)
 
44
 
 
45
The PLplot library will then depend on the freetype6.dll library.
 
46
 
 
47
Fonts
 
48
-----
 
49
For more information on the fonts that can be used and how they can be
 
50
selected, consult the documentation for the WINGCC driver, as the
 
51
same mechanism is used (i.e. defaults are used for the 30 fonts
 
52
that are distinguished and environment variables allow you to
 
53
override the actual font that is used).