42BV / pdf-library

Toucan-PDF
http://www.toucanpdf.org
9 stars 3 forks source link

Font embedding #22

Closed DylanDeWolff closed 10 years ago

DylanDeWolff commented 10 years ago

The library needs to be able to embed the base fourteen fonts. This will likely require the creation of a Type 1 font parser.

DylanDeWolff commented 10 years ago

The library is now able to embed a type 1 font. This required several additions including an .afm parser, .pfb parser, addition of the FontMetrics and a unicode to postscript converter.