Haskell TrueType font parser.
Go to file
2023-11-15 21:25:18 +01:00
app Dump cmap encodings 2023-11-12 10:13:38 +01:00
src/Graphics/Fountainhead Dump segment character index mapping 2023-11-15 21:25:18 +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 Dump cmap format 4 subtable summary 2023-11-13 19:18:33 +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.