]> git.sur5r.net Git - cc65/blobdiff - asminc/tgi-vectorfont.inc
Some variables from TELEMON 2.4 added
[cc65] / asminc / tgi-vectorfont.inc
index b70adcd51390517f4a0ffebed39abe40b82e0af0..ffe6ac686738ba03628fc9710f5e175f0be6b456 100644 (file)
@@ -54,8 +54,8 @@ TGI_VF_CCOUNT           = (TGI_VF_LASTCHAR - TGI_VF_FIRSTCHAR + 1)
 ; Font data loaded directly from file
 .struct TGI_VECTORFONT
         TOP             .byte                   ; Height of char
-        BASELINE        .byte                   ; Character baseline
-        BOTTOM          .byte                   ; Descender
+        BOTTOM          .byte                   ; Descender          
+        HEIGHT          .byte                   ; Maximum char height
         WIDTHS          .byte   ::TGI_VF_CCOUNT ; Char widths
         CHARS           .word   ::TGI_VF_CCOUNT ; Pointer to character defs
         OPS             .byte                   ; Actually dynamic