|
|
| |
psf2inc(1) |
PSF Tools |
psf2inc(1) |
psf2inc - convert a PC Screen Font file to text
psf2inc [--asm] [--psf1] [--psf2] [INPUTFILE
[OUTPUTFILE]]
psf2inc converts a font in the .PSF format to a textual format which can be
#included by a C compiler. Alternatively, it can output in an assembler syntax
compatible with Digital Research's RASM86. The aim is to make it possible to
embed a .PSF font in a program.
- --asm
- Output in RASM86 format.
- --psf1
- Converts the font to PSF1 format before dumping it as text.
- --psf2
- Converts the font to PSF2 format before dumping it as text.
John Elliott <seasip.webmaster@gmail.com>.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |