Haskell TrueType font parser.
Go to file
2024-02-03 11:58:47 +01:00
app Add font compression 2024-02-03 11:58:47 +01:00
lib/Graphics Add font compression 2024-02-03 11:58:47 +01: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 font compression 2024-02-03 11:58:47 +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.