1psf2inc(1) PSF Tools psf2inc(1)
2
3
4
6 psf2inc - convert a PC Screen Font file to text
7
9 psf2inc [--asm] [--psf1] [--psf2] [INPUTFILE [OUTPUTFILE]]
11 psf2inc converts a font in the .PSF format to a textual format which
12 can be #included by a C compiler. Alternatively, it can output in an
13 assembler syntax compatible with Digital Research's RASM86. The aim is
14 to make it possible to embed a .PSF font in a program.
15
17 --asm Output in RASM86 format.
18
19 --psf1 Converts the font to PSF1 format before dumping it as text.
20
21 --psf2 Converts the font to PSF2 format before dumping it as text.
22
24 John Elliott <jce@seasip.demon.co.uk>.
25
26Version 1.0.8 21 June, 2008 psf2inc(1)