1FONTTOSFNT(1) General Commands Manual FONTTOSFNT(1)
2
3
4
6 fonttosfnt - Wrap a bitmap font in a sfnt (TrueType) wrapper
7
9 fonttosfnt [ options ] -o file.ttf [ -- ] font...
10
12 Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or
13 OpenType) wrapper.
14
16 -v Be verbose.
17
18 -c Do not crop glyphs. This usually increases file size, but may
19 sometimes yield a modest decrease in file size for small charac‐
20 ter cell fonts (terminal fonts).
21
22 -b Write byte-aligned glyph data. By default, unaligned data is
23 written, which yields a smaller file size.
24
25 -r Do not reencode fonts. By default, fonts are reencoded to Uni‐
26 code whenever possible.
27
28 -g n Set the type of scalable glyphs that we write. If n is 0, no
29 scalable glyphs are written; this is legal but confuses most
30 current software. If n is 1, a single scalable glyph (the unde‐
31 fined glyph) is written; this is recommended, but triggers a bug
32 in current versions of FreeType. If n is 2 (the default), a
33 sufficiently high number of blank glyphs are written, which
34 works with FreeType but increases file size.
35
36 -m n Set the type of scalable metrics that we write. If n is 0, no
37 scalable metrics are written, which may or may not be legal. If
38 n is 1, full metrics for a single glyph are written, and only
39 left sidebearing values are written for the other glyphs. If n
40 is 2, scalable metrics for all glyphs are written, which
41 increases file size and is not recommended. The default is 1.
42
43 -- End of options.
44
46 Some of the font-level values, notably sub- and superscript positions,
47 are dummy values.
48
50 X(7), Xserver(1), Xft(3x). Fonts in X11.
51
53 The version of Fonttosfnt included in this X.Org Foundation release was
54 originally written by Juliusz Chroboczek <jch@freedesktop.org> for the
55 XFree86 project.
56
57
58
59X Version 11 fonttosfnt 1.0.4 FONTTOSFNT(1)