1bdftruncate(1) General Commands Manual bdftruncate(1)
2
3
4
6 bdftruncate - generate truncated BDF font from ISO 10646-1-encoded BDF
7 font
8
10 bdftruncate threshold < source.bdf > destination.bdf
11
13 bdftruncate allows one to generate from an ISO10646-1 encoded BDF font
14 other ISO10646-1 BDF fonts in which all characters above a threshold
15 code value are stored unencoded. This is often desirable because the
16 Xlib API and X11 protocol data structures used for representing font
17 metric information are extremely inefficient when handling sparsely
18 populated fonts.
19
21 The command
22 bdftruncate 0x3200 < 6x13.bdf > 6x13t.bdf
23 will generate the file 6x13t.bdf in which all glyphs with codes >=
24 0x3200 will only be stored unencoded (i.e., they are encoded at code‐
25 point -1).
26
28 ucs2any(1)
29
31 bdftruncate was written by Markus Kuhn.
32
33 Branden Robinson wrote this manual page, originally for the Debian
34 Project.
35
36
37
38X Version 11 font-util 1.1.0 bdftruncate(1)