Skip to content
Túlio Ribeiro dos Anjos edited this page Apr 23, 2017 · 4 revisions

This game uses fonts.. no shit!

Format

Fonts textures are stored in png but the font width information etc. are stored in some ZenGL format (but that engine appears to be for idiots). We'll just abuse their format for our goals.

How to create them

The amazing fonts in data/font have been created using fontbuilder.

Current font

Currently the game has a single character map, supporting the whole of printable ASCII Extended. It has been generated from the Liberation Sans Bold font.

2017-04-21-201808_553x532_scrot Print from the Fontbuilder tool showing the generated map.

Clone this wiki locally