comparison 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
comparison
equal deleted inserted replaced
630:4cd81bdbf15c 631:185ba2f91f59
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File aa_fonts.asm combined next generation V3.03.5 3 ; File aa_fonts.asm combined next generation V3.08.3
4 ; 4 ;
5 ; Font-data for the anti-aliased word processor 5 ; Font-data for the anti-aliased word processor
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
115 ; 90, 91 contain the logo 115 ; 90, 91 contain the logo
116 DB 0xB7,0x92 ; cursor 116 DB 0xB7,0x92 ; cursor
117 ; 93 is down arrow (dive start) 117 ; 93 is down arrow (dive start)
118 ; 94 is up arrow (dive end) 118 ; 94 is up arrow (dive end)
119 ; 95 is left-right arrow (dive duration) 119 ; 95 is left-right arrow (dive duration)
120 DB '¤', 0x96 ; unused 120 DB '¤', 0x96 ; unused
121 DB 0 ; end of translation table 121 DB 0 ; end of translation table
122 DB aa_font34_firstChar ; to be subtracted 122 DB aa_font34_firstChar ; to be subtracted
123 DB aa_font34_chars ; max value 123 DB aa_font34_chars ; max value
124 DB 0x87-aa_font34_firstChar ; replace by ¤ when unknown 124 DB 0x87-aa_font34_firstChar ; replace by ¤ when unknown
125 DB aa_font34_height + 0x80 125 DB aa_font34_height + 0x80
126 ; 126 ;
127 #include "../src/Fonts/aa_font34_idx.inc" 127 #include "../src/Fonts/aa_font34_idx.inc"
128 #include "../src/Fonts/aa_font34.inc" 128 #include "../src/Fonts/aa_font34.inc"
129 aa_font36_end: 129 aa_font36_end:
130 ; Attention: make sure this is coherent... 130 ; Attention: make sure this is coherent...
133 endif 133 endif
134 134
135 ;---- MEDIUM font description and data --------------------------------------- 135 ;---- MEDIUM font description and data ---------------------------------------
136 global aa_font48_block 136 global aa_font48_block
137 aa_font48_block: 137 aa_font48_block:
138 DB 0x27, 0x3B ; ' char 138 DB ' ', 0x3F ; space, full-width
139 DB '"', 0x3C 139 ; DB ',', 0x2C ; space, half-width, on position of ','
140 DB 'm', 0x3D 140 ; DB '-', 0x2D ; minus, half-width, on position of '-'
141 DB 'f', 0x3E 141 DB '|', 0x2F ; | half-width
142 DB ' ', 0x3F 142 DB 0x27, 0x3B ; ' half-width
143 DB 0 143 DB '"', 0x3C ; "
144 DB aa_font48_firstChar 144 DB 'm', 0x3D ; m
145 DB aa_font48_chars 145 DB 'f', 0x3E ; ft-ligature
146 DB 0x3E-aa_font48_firstChar 146 DB 0 ; end of translation table
147 DB aa_font48_firstChar ; to be subtracted
148 DB aa_font48_chars ; max value
149 DB 0x3F-aa_font48_firstChar ; replace by space when unknown
147 DB aa_font48_height + 0x80 ; AA flag 150 DB aa_font48_height + 0x80 ; AA flag
148 ; 151 ;
149 #include "../src/Fonts/aa_font48_idx.inc" 152 #include "../src/Fonts/aa_font48_idx.inc"
150 #include "../src/Fonts/aa_font48.inc" 153 #include "../src/Fonts/aa_font48.inc"
151 aa_font48_end: 154 aa_font48_end: