diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 17:39:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-23 23:21:41 -0500 |
commit | 7f0e4e4da58f04ad4ee44e454653418a56bf990d (patch) | |
tree | 17103503c367f0cd7802949a4b9d619dc3ae4acc /system/t1utils/README | |
parent | 499e1ea3c44ff538eb0c0bca72b3c6f4aefebd90 (diff) | |
download | slackbuilds-7f0e4e4da58f04ad4ee44e454653418a56bf990d.tar.gz |
Revert system/t1utils removal and update it to 1.35.
This reverts commit 48439c993cc399c84bb1e3374a3771abc55c4cb4 and
updates the t1utils version to 1.35.
Diffstat (limited to 'system/t1utils/README')
-rw-r--r-- | system/t1utils/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/t1utils/README b/system/t1utils/README new file mode 100644 index 0000000000..7cc7c0d64e --- /dev/null +++ b/system/t1utils/README @@ -0,0 +1,13 @@ +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 |