1T1LIBCONFIG(8) System Manager's Manual T1LIBCONFIG(8)
2
3
4
6 t1libconfig - create the t1lib.config and FontDataBase files for t1lib
7
9 t1libconfig [ -v,--version ] [ -h,--help ] --force ] [ fontdirectory...
10 ]
11
13 t1libconfig scans a list of directories for Type 1 fonts and font met‐
14 ric files, and generates a configuration file and font database file
15 for the t1lib rasterizer library accordingly. By default, it looks in
16 all subdirectories of /usr/X11R6/lib/X11/fonts, and in /usr/lib/ghost‐
17 script. Extra directories to search may be specified on the command
18 line. The t1libconfig script tries not to scan the same directory
19 twice (this is, however, not foolproof, since /usr/X11R6/lib/X11/fonts
20 and /usr/lib/X11/fonts typically point to the same directory on
21 GNU/Linux systems).
22
24 -v,--version
25 Print the version of t1libconfig and exit.
26
27 -h,--help
28 Print help about usage and exit.
29
30 --force
31 Force the generation of new configuration files even if these
32 files already exist on the system.
33
35 /etc/t1lib/t1lib.config Contains configuration information for t1lib,
36 including colon-separated lists of paths to
37 Type 1 font files and font metrics files, and
38 the location of the default font database file
39
40 /etc/t1lib/FontDataBase Contains a list of the names of Type 1 font
41 files to be used by t1lib.
42
44 David Huggins-Daines <dhd@debian.org>
45
47 FontDataBase(5)
48
49
50
51
52 T1LIBCONFIG(8)