summaryrefslogtreecommitdiffstats
path: root/graphics/psftools/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/psftools/README')
-rw-r--r--graphics/psftools/README18
1 files changed, 17 insertions, 1 deletions
diff --git a/graphics/psftools/README b/graphics/psftools/README
index 2b4da5c1a5..2f7a793322 100644
--- a/graphics/psftools/README
+++ b/graphics/psftools/README
@@ -1,4 +1,20 @@
psftools (tools for converting between bitmap font formats)
The PSF Tools are an attempt to do something similar to NetPBM
-for simple fixed-width bitmap fonts.
+for simple fixed-width bitmap fonts. It supports at least these
+font formats:
+
+- Linux console .PSF/.PSFU
+- X11 .BDF
+- MS-DOS .CPI
+- Windows .FNT and .FON
+- IBM MDA (Monochrome Display Adaptor)
+- BBC Micro
+- ZX Spectrum
+- Wyse-60
+- Hercules WriteOn
+- Raw bitmaps
+
+...and can also convert fonts to XBM, PBM, C source, and human-readable
+text files. psftools can also merge font files together, and transform
+them in various ways (scaling, flipping, adjusting the bounding box, etc).