- pfm: Printer/Postscript Font Metrics file format, a binary version of afm(Adobe Font Metrics) file
- pfa: Printer/Postscript Font Ascii file format, the Ascii version of pfb file
- pfb: Printer/Postscript Font Binary format
Postscript Type 1 fonts contain descriptions(charStrings) of the character shapes(glyphs), with each character being generated by a small program that calls on other small programs to construct the path of the characters in the font.
In both Pfa and Pfb files, the charaStrings are encoded and encrypted.
The glyphs are "drawn" on a 1000x1000 square(em square, character unit space).
[ref]- Type1 font spec, http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF
- http://en.wikipedia.org/wiki/PostScript_fonts
- http://www.math.utah.edu/~beebe/fonts/postscript-type-1-fonts.html
Features
- Support Pfa/Pfb font file
- Individual Glyph Magnification
- Glyph Table with CharCode

