Haskell TrueType font parser.
Go to file
2023-11-10 11:57:08 +01:00
app Add the PDF generator snippets 2023-11-10 11:57:08 +01:00
src/Graphics/Fountainhead Add the PDF generator snippets 2023-11-10 11:57:08 +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 the PDF generator snippets 2023-11-10 11:57:08 +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.