psf2wof - Man Page

convert part or all of a PSF font to Hercules WriteOn format

Synopsis

psf2wof [--first=FIRST] [--last=LAST] [--256] [--codepage=CODEPAGE] [INPUTFILE [OUTPUTFILE]]

Description

psf2wof saves some or all characters from a .PSF font as a .wof font  which should be suitable for the Hercules WriteOn word processor.

Options

--codepage=x

Extracts only the characters in the given codepage (requires the source PSF file to have a Unicode directory). Any characters in the codepage not present in the source font are replaced by blanks. The codepage can be specified by number or name; see psfpages(1) for a list of acceptable  codepage names.

--first=n

Extracts characters starting at the specified character.

--last=n

Extracts characters up to and including the specified character.

--256

Equivalent to --first=0 --last=255.

If a codepage and a range of characters are both specified, the range is applied to the subset of characters extracted by the codepage.

See Also

wof2psf(1), psfpages(1)

Author

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

Referenced By

wof2psf(1).

21 June, 2008 Version 1.0.8 PSF Tools