summaryrefslogtreecommitdiffstats
path: root/system/ft2demos/README
blob: 048f6be97116568dd18b733c20f9ee155b32ebf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ft2demos (freetype demos and tools)

Set of demo programs and tools for freetype. Can be useful for testing
and debugging problems with fonts (or with freetype itself). Includes
these tools:

ftbench  - benchmark some common FreeType paths
ftchkwd  - test fixed font width
ftdiff   - compare font hinting modes
ftdump   - simple font dumper
ftgamma  - screen gamma calibration helper
ftgrid   - simple glyph grid viewer
ftlint   - simple font tester
ftmemchk - simple memory tester (tests FreeType's memory allocator)
ftmulti  - multiple masters font viewer
ftpatchk - tests whether patented hinting is necessary
ftstring - string viewer (displays text in specified font)
fttimer  - simple performance timer
ftvalid  - font layout table validator
ftview   - simple glyph viewer
ttdebug  - a TrueType bytecode debugger

Most of the commands have man pages. Also most of the commands show
usage info if you run them with --help (or with no arguments).

This package is known as "freetype2-demos" on Arch and Debian systems.