Skip to content
Jon Feldman edited this page Jun 17, 2016 · 1 revision

Currently no stable has been made with this feature in it.

Fonts are stored in the same format they were before - e.g. 1-bit packed raw image data, character by character, with a few differences:

  • Fonts start with an additional eight bytes with the character width and character height.
  • Everything below space (' ') is omitted from the font data because it's non-printable.
  • Fonts can have more than the standard ascii range (there's plans to support this eventually via translation tables.)

Clone this wiki locally