You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| t1infos | Utilities for PostScript fonts |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 409 bytes | 2004-Mar-27 | Shown below |
| kerndict.ps | 21 KiB | 2004-Aug-19 | |
| t1area.c | 5 KiB | 2004-Mar-28 | |
| t1extremes.c | 5 KiB | 2004-Mar-28 |
*File sizes in kibibytes.
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)