Description
The Squeak version of Smalltalk (which uses a modified Smalltalk-80 image) is open source and still uses Xerox strike fonts, though it now supports OpenType as well. Here's the current list from the image itself:
Accuat, Accujen, Accula, Accumon, Accuny, Accusf, Accushi, Accuve, Atlanta, Bitmap DejaVu Sans, BitstreamVeraSans, BitstreamVeraSansMono, BitstreamVeraSerif, ComicSansMS, Darkmap DejaVu Sans.
In addition, X ships with a large number of bitmap fonts represented in BDF format. This format uses ASCII files to specify the metrics and the actual bits for each glyph (in hex). PCF format is a compiled version of BDF; it can be decompiled by the standard command-line tool pcf2bdf
. The similar tool otf2bdf
will convert OpenType fonts. Note that it will be necessary to chop these into 256-glyph chunks for our purposes.
Here are some BDF font sources, all freely available:
Metadata
Metadata
Assignees
Type
Projects
Status