1psf2bsd(1) PSF Tools psf2bsd(1)
2
3
4
6 psf2bsd - convert a PC Screen Font file to a BSD soft-font kernel
7 header
8
10 psf2bsd [--name=NAME] [--typeface=NAME] [--encoding=ENC]
11 [--first=FIRST] [--last=LAST] [INPUTFILE [OUTPUTFILE]]
13 psf2bsd converts a font in the .PSF format to the format used by the
14 NetBSD 'wsfont' kernel headers.
15
17 --name=NAME
18 Sets the name of the C structure that will contain the font.
19 This defaults to 'font'. For example, --name=bold8x16
20
21 --typeface=NAME
22 Sets the displayed name of the typeface. For example,
23 --name=Boldface
24
25 --encoding=ENC
26 Sets the encoding to use. This should be one of the WSDISâ
27 PLAY_FONTENC_* macros. For convenience, you can also use
28 --encoding=437 as shorthand for WSDISPLAY_FONTENC_IBM and
29 --encoding=819 for WSDISPLAY_FONTENC_ISO.
30
31 --first=FIRST
32 Sets the first character to include in the output file.
33
34 --last=LAST
35 Sets the last character to include in the output file.
36
37
38
40 For anything other than the simplest test cases, horizontal alignment
41 of the output will almost certainly look untidy.
42
44 John Elliott <jce@seasip.demon.co.uk>.
45
46Version 1.0.8 21 June, 2008 psf2bsd(1)