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. For successfully rendered glyphs, it calculates the bitmap
14 MD5 checksum for regression testing as well as horizonal (X) and verti‐
15 cal (Y) acutances for quality assessment. The acutance is equal to 2.0
16 for monochrome bitmap fonts and approaches this value for hinted anti-
17 aliased fonts.
18
19 ppem Size in pixels per EM.
20
21 font The font file(s) to test.
22
23 This program is part of the FreeType demos package.
24
26 -f L Use hexadecimal (not decimal) number L defined by FT_LOAD_XXX
27 flags (default is 0).
28
29 -r N Set render mode to N:
30
31 0 normal
32 1 light
33 2 mono
34 3 horizontal LCD
35 4 vertical LCD
36
37 which corresponds to the values of the FT_RENDER_MODE_XXX enu‐
38 meration (default is 0).
39
40 -i I-J Range of glyph indices to use (default: all).
41
42 -q Quiet mode without the rendering analysis.
43
44
45
46Freetype 2.12.1 May 2022 FTLINT(1)