summaryrefslogtreecommitdiff
path: root/fonts/utilities/t1infos/README
blob: 873fc565e12744f021e3e46a8ea19ada8fc7facb (plain)
1
2
3
4
5
6
7
8
9
Two tiny tools for studying Type 1 fonts.
  - t1area: give informations about the black area of a glyph;
  - t1extremes: tell if "extremes" of Bzeier curves are at the right place.
Compile the tools with:

gcc -lm -lt1 -I /usr/local/include -L /usr/local/lib -o t1area t1area.c
gcc -lm -lt1 -I /usr/local/include -L /usr/local/lib -o t1extremes t1aextremes.c

Thomas Baruchel (baruchel@users.sourceforge.net)