summaryrefslogtreecommitdiff
path: root/fonttools
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2004-03-02 15:23:41 +0000
committerpfaedit <pfaedit>2004-03-02 15:23:41 +0000
commit8fc23b216f2194912b4565c90c663198dc15063d (patch)
treedb29b7243b2828e977e04eaecdf7559326be63ee /fonttools
parent65fa68974db21b54e7c8b21cc558206147c3ca02 (diff)
Initial add
Diffstat (limited to 'fonttools')
-rw-r--r--fonttools/README-ttf2eps13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonttools/README-ttf2eps b/fonttools/README-ttf2eps
new file mode 100644
index 00000000..63f09d4c
--- /dev/null
+++ b/fonttools/README-ttf2eps
@@ -0,0 +1,13 @@
+ttf2eps [-all] {-name ps-name | -unicode hex | -uni hex | -glyph num} ttf-font
+
+Reads the specified true-type file and extracts the indicated glyphs into
+eps file. Each file is named for the character extracted (according to the
+'post' table). Multiple glyphs may be extracted at a time, either by specifying
+the character's name, it's unicode encoding, or it's true type glyph number.
+All the glyphs may be extracted by using -all.
+
+Files are created in the current directory.
+
+Some meta-information is provided in comments inside each .eps file, for
+example the character's width, the font's ascent, descent and number of
+units per em.