Mercurial > public > hwos_code
diff src/aa_fonts.asm @ 631:185ba2f91f59
3.09 beta 1 release
author | heinrichsweikamp |
---|---|
date | Fri, 28 Feb 2020 15:45:07 +0100 |
parents | cd58f7fc86db |
children | 4050675965ea |
line wrap: on
line diff
--- a/src/aa_fonts.asm Fri Feb 21 10:51:36 2020 +0100 +++ b/src/aa_fonts.asm Fri Feb 28 15:45:07 2020 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; -; File aa_fonts.asm combined next generation V3.03.5 +; File aa_fonts.asm combined next generation V3.08.3 ; ; Font-data for the anti-aliased word processor ; @@ -117,12 +117,12 @@ ; 93 is down arrow (dive start) ; 94 is up arrow (dive end) ; 95 is left-right arrow (dive duration) - DB '¤', 0x96 ; unused - DB 0 ; end of translation table - DB aa_font34_firstChar ; to be subtracted - DB aa_font34_chars ; max value - DB 0x87-aa_font34_firstChar ; replace by ¤ when unknown - DB aa_font34_height + 0x80 + DB '¤', 0x96 ; unused + DB 0 ; end of translation table + DB aa_font34_firstChar ; to be subtracted + DB aa_font34_chars ; max value + DB 0x87-aa_font34_firstChar ; replace by ¤ when unknown + DB aa_font34_height + 0x80 ; #include "../src/Fonts/aa_font34_idx.inc" #include "../src/Fonts/aa_font34.inc" @@ -135,15 +135,18 @@ ;---- MEDIUM font description and data --------------------------------------- global aa_font48_block aa_font48_block: - DB 0x27, 0x3B ; ' char - DB '"', 0x3C - DB 'm', 0x3D - DB 'f', 0x3E - DB ' ', 0x3F - DB 0 - DB aa_font48_firstChar - DB aa_font48_chars - DB 0x3E-aa_font48_firstChar + DB ' ', 0x3F ; space, full-width +; DB ',', 0x2C ; space, half-width, on position of ',' +; DB '-', 0x2D ; minus, half-width, on position of '-' + DB '|', 0x2F ; | half-width + DB 0x27, 0x3B ; ' half-width + DB '"', 0x3C ; " + DB 'm', 0x3D ; m + DB 'f', 0x3E ; ft-ligature + DB 0 ; end of translation table + DB aa_font48_firstChar ; to be subtracted + DB aa_font48_chars ; max value + DB 0x3F-aa_font48_firstChar ; replace by space when unknown DB aa_font48_height + 0x80 ; AA flag ; #include "../src/Fonts/aa_font48_idx.inc"