summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-03-14 09:52:02 +0100
committerEugen Wissner <belka@caraus.de>2023-03-14 09:52:02 +0100
commit929ab04c2cdaa2c2296a2bf64582981fed52eb8e (patch)
treeeab7008d128ea82816ce6d2c83797376bd3f2349 /README.txt
parentdd5d0701126ccfa178e0257d01806cc78cf18a33 (diff)
downloadfountainhead-929ab04c2cdaa2c2296a2bf64582981fed52eb8e.tar.gz
Add a test program
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index d3038fa..a69c401 100644
--- a/README.txt
+++ b/README.txt
@@ -1 +1,6 @@
-TrueType font parser.
+# 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.