Fonts

BITMAP FONTS

The screen font can be changed at startup by changing the font variable in $home/lib/profile.

/lib/font/bit/:

TROFF FONTS

troff(1) actually only cares about how wide each character is. This is a list of fonts for which it knows that.

These files can be generated with buildtables.

/sys/lib/troff/font/devutf/:

(This list was list was generated with invfo.rc.)

GHOSTSCRIPT FONTS

/sys/lib/ghostscript/font/:

POSTSCRIPT FONTS

PostScript fonts may be embeded in a document by piping it through aux/download.

aux/download -f -H/sys/lib/postscript/font -mfontmap

/sys/lib/postscript/font/:

ANTIALIASED FONT FOR RIO

You can use the vera truetype font to get a nicer look on rio and acme. Erik has provided the following instructions on the 9fans mailing list:

	9fs sources
	cd /lib/font/bit
	bunzip2 -c /n/sources/contrib/quanstro/subpixel/vera.tbz|tar x
	cp /n/sources/contrib/quanstro/subpixel/386/bin/rio /386/bin
	font=/lib/font/bit/vera/unicode.12.font rio

The new rio binary is necessary to fix a bug in rio's highlighting. Thanks erik!

SEE ALSO