Haskell TrueType font parser.
Go to file
2024-02-04 11:07:15 +01:00
lib/Graphics Create a Metrics module 2024-02-04 11:07:15 +01:00
src Create a Metrics module 2024-02-04 11:07:15 +01:00
.gitignore Initial commit 2023-03-13 10:51:25 +01:00
CHANGELOG.md Create a Metrics module 2024-02-04 11:07:15 +01:00
fountainhead.cabal Create a Metrics module 2024-02-04 11:07:15 +01:00
LICENSE Initial commit 2023-03-13 10:51:25 +01:00
README.md Create a Metrics module 2024-02-04 11:07:15 +01:00

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 and run the executable with:

cabal build

The binary can be executed with:

cabal run fountainhead --

or installed locally and executed just as:

fountainhead

See

fountainhead --help

for help.

Usage