GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
psf2bsd(1) PSF Tools psf2bsd(1)

psf2bsd - convert a PC Screen Font file to a BSD soft-font kernel header

psf2bsd [--name=NAME] [--typeface=NAME] [--encoding=ENC] [--first=FIRST] [--last=LAST] [INPUTFILE [OUTPUTFILE]]

psf2bsd converts a font in the .PSF format to the format used by the NetBSD 'wsfont' kernel headers.

--name=NAME
Sets the name of the C structure that will contain the font. This defaults to 'font'. For example, --name=bold8x16
--typeface=NAME
Sets the displayed name of the typeface. For example, --name=Boldface
--encoding=ENC
Sets the encoding to use. This should be one of the WSDISPLAY_FONTENC_* macros. For convenience, you can also use --encoding=437 as shorthand for WSDISPLAY_FONTENC_IBM and --encoding=819 for WSDISPLAY_FONTENC_ISO.
--first=FIRST
Sets the first character to include in the output file.
--last=LAST
Sets the last character to include in the output file.

For anything other than the simplest test cases, horizontal alignment of the output will almost certainly look untidy.

John Elliott <seasip.webmaster@gmail.com>.
21 June, 2008 Version 1.0.8

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.