LOADING...

Convert font files to bitmap fonts in PNG format.

Font 2 PNG

Converts a font file (ttf, otf, fon) to bitmap font as PNG file. The program produces two files for the font, "font.png" and "font.dat". The dat-file has the needed information to use the font with Monkey X Pro or Monkey X applications. In the manual of the program is included a complete Monkey X Pro program that uses my function drawString() to draw text from the png-font using the dat-file. This version uses the characters between ASCII codes 32 - 126. If a character doesn't exist in the font, its replaced with space. If the background color is saved, the font will be antialiased, otherwise it won't. Font 2 PNG can of course be used for other purposes too, than for the Monkey X applications.

Version 0.5:
ASCII range can be selected, default is 32 - 126, other is 0 - 255
If a character doesn't exist in the font, it's replaced by space, now this truly works
Bug in saving the background color fixed

Operating systems:
Windows XP/2003/Vista/7/8/10

Date:
07.09.2015