; Font used for the debug menu. ; Licensed under CC BY 3.0 with attribution to Gacel. [FNT v2] ; FNT v2 version number. fntversion = 2,00 ; Name of the font. name = "System" ; This font contains the full ANSI character set. [Def] ; This is a bitmap font Type = bitmap ; Size of font: width, height. Width is used for spaces. Size = 3,6 ; Spacing between font glyphs: width, height. Spacing = 1,0 ; Drawing offset: x, y. Offset = 0,-1 ; Filename of the sff containing the glyphs. File = default-3x5.sff ; Note: All units are in pixels. ; Text rendered with bitmap fonts may be in ASCII only.