diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-08 20:20:14 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-08 20:20:14 +0200 |
commit | e5d13dc18fb76b71a4ecb1da28f8c02beaf22d2f (patch) | |
tree | 21c549179146b8e8402077dd9e25e87ec9f15aef /README | |
parent | dfcf2da3561dc2708c0b9ebbcf5bb1bbd3c33749 (diff) | |
download | fnt-master.tar.gz |
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +This folder contains a variety of helpful tools for font conversion. + +Makefile: + + .ttf -> .afm -> .dit (ditroff font for (g)troff) + .bdf -> .otb + + fonts (install otb fonts to ~/.fonts) + groff (install fonts to groff's system font directory) + +All rules assume that the fonts are located in the var/ directory. + +Extra scripts: + + rename (given a family name, rename troff font file appropriately) + convert (batch generate and rename troff font files) |