Index of /archives/text/CTAN/fonts/utilities/t1infos

Icon  Name                                 Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2004-03-28 05:41 409 [   ] kerndict.ps 2004-08-20 02:31 21K [TXT] t1area.c 2004-03-29 01:27 5.2K [TXT] t1extremes.c 2004-03-29 01:27 5.4K
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)