; Number 72 - 72 point numeric font ; RGBA 2-bank ; Bank 0 - yellow ; Bank 1 - blue [FNT v2] ; FNT v2 version number. Don't change this. fntversion = 2,00 ; Name of this font. name = "Number 72" ; This font contains the numbers 0 through 9, and a sign representing ; infinite time as the letter 'o'. [Def] ; This is a bitmap font Type = bitmap ; Bank numbers are mapped to sprite group numbers (required for RGBA fonts). BankType = sprite ; Size of font: width, height. Width is used for spaces. Size = 70,71 ; Spacing between font glyphs: width, height. Spacing = 0,1 ; Drawing offset: x, y. Offset = 0,3 ; Filename of the sff containing the glyphs. Use sff v2 only. File = num72.sff ; Note: All units are in pixels. ; Text rendered with bitmap fonts may be in ASCII only. ; See files in work/font for information on creating the sff.