1FTDIFF(1) General Commands Manual FTDIFF(1)
2
3
4
6 ftdiff - compare font hinting modes
7
9 ftdiff [options] font ...
10
12 ftdiff displays text in three columns, using the font or fonts given on
13 the command line, and applies different FreeType hinting modes to each
14 column.
15
16 font The font file(s) to display. For Type 1 font files, ftdiff also
17 tries to attach the corresponding metrics file (with extension
18 `.afm' or `.pfm').
19
20 This program is part of the FreeType demos package.
21
23 -w w Set the window width to w pixels (default: 640px).
24
25 -h h Set the window height to h pixels (default: 480px).
26
27 -r r Use resolution r dpi (default: 72dpi).
28
29 -s s Set character size to s points (default: 16pt).
30
31 -f textfile
32 Change displayed text, using text in textfile (in UTF-8 encod‐
33 ing).
34
35 -v Show version.
36
37
38
39FreeType 2.13.1 June 2023 FTDIFF(1)