fnt2psf - Man Page

Convert a Windows font-resource file to PSF format

Synopsis

fnt2psf [--codepage=page] [--psf1] [--psf2] [INPUTFILE [OUTPUTFILE]]

Description

fnt2psf converts a Windows font-resource file (.FNT) to PSF format. A warning is displayed if the file is not monospaced, but the conversion will go ahead anyway.

Options

--psf1

Force output in the PSF1 format.

--psf2

Force output in the PSF2 format (default).

--codepage=page

Add a Unicode directory for the specified codepage, which can be identified by number or name. See psfpages(1) for a list of valid codepage names. If this option is not supplied, the program will assume codepage 437 for  fonts in the "OEM" character set, and 1252 for fonts in the "ANSI" character set.

See Also

psf2raw(1), mda2psf(1), psfpages(1)

Author

John Elliott <jce@seasip.demon.co.uk>.

Referenced By

psf2fnt(1).

21 June, 2008 Version 1.0.8 PSF Tools