1wyse2psf(1) PSF Tools wyse2psf(1)
2
3
4
6 wyse2psf - convert a Wyse-60 soft font to a PC Screen Font file.
7
9 wyse2psf [--height=HEIGHT] [--width=WIDTH] [--codepage=CODEPAGE]
10 [--psf1] [--psf2] [INPUTFILE [OUTPUTFILE]]
12 wyse2psf converts a Wyse-60 soft-font (a sequence of Wyse-60 escape
13 codes) to the .PSF format.
14
16 --height=HEIGHT
17 Specifies the character height of the resulting PSF. If this is
18 omitted the height of the tallest character in the soft font
19 will be used.
20
21 --width=WIDTH
22 Specifies the character width of the resulting PSF. If this is
23 omitted 8 will be assumed.
24
25 --codepage=CODEPAGE
26 Add a Unicode directory for the specified codepage, which can be
27 identified by number or name. See psfpages(1) for a list of
28 valid codepage names.
29
30 --psf1 Force output in the PSF1 format.
31
32 --psf2 Force output in the PSF2 format (default).
33
34
36 pat2sf(1), sf2pat(1), psf2wyse(1)
37
39 John Elliott <jce@seasip.demon.co.uk>.
40
41Version 1.0.8 21 June, 2008 wyse2psf(1)