Haskell TrueType font parser.
Go to file
2023-04-18 10:52:24 +02:00
app Add a test program 2023-03-14 09:52:02 +01:00
src/Graphics/Fountainhead Add kern table formats 1 and 2 2023-04-18 10:52:24 +02:00
.gitignore Initial commit 2023-03-13 10:51:25 +01:00
CHANGELOG.md Initial commit 2023-03-13 10:51:25 +01:00
fountainhead.cabal Add a test program 2023-03-14 09:52:02 +01:00
LICENSE Initial commit 2023-03-13 10:51:25 +01:00
README.txt Add a test program 2023-03-14 09:52:02 +01:00

# TrueType font parser.

An experiment to create a TrueType and OpenType font parser and encoder
that can be used to embed fonts in PDF.

This project is currently only a draft.