PostScript font info and metrics |
|||||
|
|||||
|
|
||||
This package contains a couple of modules to get information for and from PostScript fonts and associated metrics files. Also included is a program to make font samples, and programs to handle the conversion of font data to PostScript binary (.pfb) and ASCII (.pfa) formats. An example program shows how basic typesetting can be obtained.
fontsampler makes sample pages of PostScript fonts. It can run in one of two modes: overview (default) or detailed mode. In overview mode, it generated quick access sample pages of PostScript fonts by printing the font name and a selection of characters. Each font gets one line of information, allowing for some 40 or more font samples per page. In detailed mode, every font gets one page (or more) width details about every glyph in the font, with name and width information. The program takes, as command line arguments, a series of font files. Each file should contain a font in one of the formats that PostScript::Font can deal with. Each font is defined within its own environment, and flushed from memory after it is used. This allows the results to be printed on most PostScript printers, even if this involves several fonts. See also: PostScript Type1 font sampler. The package also contains an experimental module PostScript::BasicTypeSetter for basic typesetting of texts, including kerning, flushing and filling.
|
|||||
|
|
||||
© Copyright 2003-2018 Johan Vromans. All Rights Reserved. |