1XGLYPH(1) General Commands Manual XGLYPH(1)
2
3
4
6 xglyph - demonstration program for the t1lib font rasterizer library.
7
9 xglyph [ fontfile... ]
10
12 This manual page documents briefly the xglyph program. This manual
13 page was written for the Debian GNU/Linux distribution because the
14 original program does not have a manual page.
15
16 xglyph is a program which demonstrates the capabilities of the t1lib
17 library. It allows the user to view an arbitrary character or string
18 rendered in the various ways pgossible with the library. By default,
19 it writes a log file named t1lib.log in the current directory.
20
21 If invoked with no arguments, it will attempt to read the global con‐
22 figuration file and font database. It will also accept any number of
23 filenames on the command line, in which case these are treated as font
24 files to be loaded instead of the default font database.
25
27 --help Shows a brief help text
28
29 --Help Shows a description of all options
30
31 --noGrid
32 Don't draw grid lines when displaying glyphs
33
34 --setPad
35 Set bitmap padding
36
37 --logError
38 Log errors only
39
40 --logWarning
41 Log errors and warnings
42
43 --logStatistic
44 Log errors, warnings, and statistics
45
46 --logDebug
47 Log just about everything
48
49 --ignoreForceBold
50 Don't make pseudo-boldface glyphs
51
52 --ignoreFamilyAlignment
53
54 --ignoreHinting
55 Ignore hints when scaling glyphs
56
57 --debugLine
58 Show debugging info for line-drawing operations in the raster‐
59 izer
60
61 --debugRegion
62 Show debugging info for region operations in the rasterizer
63
64 --debugPath
65 Show debugging info for path operations in the rasterizer
66
67 --debugFont
68
69 --debugHint
70 Show debugging info for hinting in the rasterizer.
71
72 --checkPerformance
73 Do some simple performance tests while rasterizing.
74
75 --checkCopyFont
76 Check that copying fonts works.
77
78 --checkConcatGlyphs
79 Check that concatenating glyphs works.
80
81 --checkBadCharHandling
82
83 --checkDefaultEncoding
84 Set a default encoding vector.
85
87 In the Debian GNU/Linux version of this program, the environment vari‐
88 able T1LIB_CONFIG, if set, points to an alternate configuration file
89 with which to initialize the library.
90
92 FontDataBase(5), t1libconfig(8).
93
94 xglyph is much more fully documented in the LaTeX documentation that
95 accompanies the upstream t1lib distribution. This documentation is
96 installed in PostScript and source formats with the t1lib-dev package
97 in /usr/share/doc/t1lib-dev, and is also accessible through the dwww
98 system.
99
101 This manual page was written by David Huggins-Daines <dhd@debian.org>,
102 for the Debian GNU/Linux system (but may be used by others).
103
104
105
106 XGLYPH(1)