Haskell TrueType font parser.
Go to file
2024-01-15 09:42:17 +01:00
app Decompress defalte compressed fonts 2023-12-27 16:19:21 +01:00
src/Graphics Dump the glyf table 2024-01-15 09:42:17 +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 Decompress defalte compressed fonts 2023-12-27 16:19:21 +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.