1fnt2psf(1) PSF Tools fnt2psf(1)
2
3
4
6 fnt2psf - Convert a Windows font-resource file to PSF format
7
9 fnt2psf [--codepage=page] [--psf1] [--psf2] [INPUTFILE [OUTPUTFILE]]
11 fnt2psf converts a Windows font-resource file (.FNT) to PSF format. A
12 warning is displayed if the file is not monospaced, but the conversion
13 will go ahead anyway.
14
16 --psf1 Force output in the PSF1 format.
17
18 --psf2 Force output in the PSF2 format (default).
19
20 --codepage=page
21 Add a Unicode directory for the specified codepage, which can be
22 identified by number or name. See psfpages(1) for a list of
23 valid codepage names. If this option is not supplied, the pro‐
24 gram will assume codepage 437 for fonts in the "OEM" character
25 set, and 1252 for fonts in the "ANSI" character set.
26
28 psf2raw(1), mda2psf(1), psfpages(1)
29
31 John Elliott <jce@seasip.demon.co.uk>.
32
33Version 1.0.8 21 June, 2008 fnt2psf(1)