Short: X11 BDF to Amiga font converter, V1.1 Author: kyrimis@cti.gr (Kriton Kyrimis) Uploader: kyrimis@cti.gr (Kriton Kyrimis) Version: 1.1 Type: text/font This is a CLI utility that converts X11 fonts (BDF format only) to Amiga format. The program outputs assembly code, which you can then assemble with an assembler (e.g., a68k) and link with a linker (e.g., blink) to produce an Amiga bitmapped font. You can use this program in conjunction with ttf2bdf from the FreeType package to convert TrueType fonts to Amiga format. Changes from version 1.0: Fixed width fonts are now handled correctly. Fixed width fonts generated with version 1.0 did not behave completely as such, and had severe problems when used in a shell window. Corrected a potential problem with the way spacing and kerning information was generated for undefined characters between the first and last defined character in the font.