1FTLINT(1) General Commands Manual FTLINT(1)
2
3
4
6 ftlint - simple font tester
7
9 ftlint [options] ppem font...
10
12 ftlint opens the given font(s), loads and renders glyphs at the given
13 ppem value. The shape complexity of outline glyphs are examined based
14 on their taxicab perimeters: the higher the number, the more complex
15 the shape. For successfully rendered glyphs, it calculates the bitmap
16 MD5 checksum for regression testing as well as horizontal (X) and ver‐
17 tical (Y) acutances for quality assessment. The acutance is equal to
18 2.0 for monochrome bitmap fonts and approaches this value for hinted
19 anti-aliased fonts.
20
21 ppem Size in pixels per EM.
22
23 font The font file(s) to test.
24
25 This program is part of the FreeType demos package.
26
28 -f L Use hexadecimal (not decimal) number L defined by FT_LOAD_XXX
29 flags (default is 0).
30
31 -r N Set render mode to N:
32
33 0 normal
34 1 light
35 2 mono
36 3 horizontal LCD
37 4 vertical LCD
38
39 which corresponds to the values of the FT_RENDER_MODE_XXX enu‐
40 meration (default is 0).
41
42 -i I-J Range of glyph indices to use (default: all).
43
44 -q Quiet mode without the rendering analysis.
45
46
47
48FreeType 2.13.1 June 2023 FTLINT(1)