diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 15:18:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:46 +0200 |
commit | 9b6bfa1d96d0a1fc6367da2b314d74f37231fd75 (patch) | |
tree | 0b6a97c0679e6244f3215ed7f64d9ade963ef8ca /system/t1utils/README | |
parent | fc178e58cc2f3dabd17781fe0a45a1c1d8ab191a (diff) | |
download | slackbuilds-9b6bfa1d96d0a1fc6367da2b314d74f37231fd75.tar.gz |
system/t1utils: Initial import
Diffstat (limited to 'system/t1utils/README')
-rw-r--r-- | system/t1utils/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/t1utils/README b/system/t1utils/README new file mode 100644 index 0000000000..89c805d11e --- /dev/null +++ b/system/t1utils/README @@ -0,0 +1,14 @@ +t1utils is a collection of simple type-1 font manipulation programs. Together, +they allow you to convert between PFA (ASCII) and PFB (binary) formats, +disassemble PFA or PFB files into human-readable form, and reassemble them +into PFA or PFB format. Additionally you can extract font resources from +a Macintosh font file (ATM/Laserwriter), or create a Macintosh Type 1 font +file from a PFA or PFB font. + +* t1ascii: changes PFB (binary) fonts into PFA (ASCII) format +* t1binary: goes the opposite direction +* t1disasm: translates PFBs or PFAs into a human-readable and -editable format +* t1asm: goes the opposite direction +* t1unmac: translates a Macintosh Type 1 font into either PFB or PFA format +* t1mac: goes the opposite direction + |