41b5c14e2f5d7140d7d5a1bd7201e70a8a137dcd
TrueType font parser
Fountainhead is a TrueType and OpenType font parser. Its main purpose is to extract information from the fonts to help to embed these fonts into PDF documents. It also supports dumping font information to the screen.
There is also an executable to dump fonts.
Installation
Add the library as dependency to your project. Alternatively build an executable with:
cabal build
The binary can be run with:
cabal run fountainhead -- myfont.ttf
or installed locally and executed just as:
fountainhead myfont.ttf
This command will output the contents of the font in a format similar to ttfdump from TeXLive.
See
fountainhead --help
for help.
Usage
Languages
Haskell
100%