1psf2wof(1) PSF Tools psf2wof(1)
2
3
4
6 psf2wof - convert part or all of a PSF font to Hercules WriteOn format
7
9 psf2wof [--first=FIRST] [--last=LAST] [--256] [--codepage=CODEPAGE]
10 [INPUTFILE [OUTPUTFILE]]
12 psf2wof saves some or all characters from a .PSF font as a .wof font
13 which should be suitable for the Hercules WriteOn word processor.
14
16 --codepage=x
17 Extracts only the characters in the given codepage (requires the
18 source PSF file to have a Unicode directory). Any characters in
19 the codepage not present in the source font are replaced by
20 blanks. The codepage can be specified by number or name; see
21 psfpages(1) for a list of acceptable codepage names.
22
23 --first=n
24 Extracts characters starting at the specified character.
25
26 --last=n
27 Extracts characters up to and including the specified character.
28
29 --256 Equivalent to --first=0 --last=255.
30
31 If a codepage and a range of characters are both specified, the range
32 is applied to the subset of characters extracted by the codepage.
33
35 wof2psf(1), psfpages(1)
36
38 John Elliott <jce@seasip.demon.co.uk>.
39
40Version 1.0.8 21 June, 2008 psf2wof(1)