Mercurial > public > hwos_code
comparison src/aa_fonts.asm @ 1:e4e662746c02
init2
author | heinrichsweikamp |
---|---|
date | Wed, 24 Apr 2013 19:39:39 +0200 |
parents | 11d4fc797f74 |
children | b7eb98dbd800 |
comparison
equal
deleted
inserted
replaced
0:11d4fc797f74 | 1:e4e662746c02 |
---|---|
37 DB aa_font16_firstChar ; To be substracted | 37 DB aa_font16_firstChar ; To be substracted |
38 DB aa_font16_chars ; Max value | 38 DB aa_font16_chars ; Max value |
39 DB '¿'-aa_font16_firstChar ; replace by ¿ when unknown. | 39 DB '¿'-aa_font16_firstChar ; replace by ¿ when unknown. |
40 DB aa_font16_height + 0x80 | 40 DB aa_font16_height + 0x80 |
41 ; | 41 ; |
42 #include "../OSTC3/Fonts/aa_font16_idx.inc" ; SHOULD FOLLOW ! | 42 #include "../src/Fonts/aa_font16_idx.inc" ; SHOULD FOLLOW ! |
43 #include "../OSTC3/Fonts/aa_font16.inc" | 43 #include "../src/Fonts/aa_font16.inc" |
44 aa_font16_end: | 44 aa_font16_end: |
45 ; Make sure this is coherent... | 45 ; Make sure this is coherent... |
46 if aa_font16_nbbits != 3 | 46 if aa_font16_nbbits != 3 |
47 error TINY fount should be encoded with anti-aliasing... | 47 error TINY fount should be encoded with anti-aliasing... |
48 endif | 48 endif |
74 DB aa_font28_firstChar ; To be substracted | 74 DB aa_font28_firstChar ; To be substracted |
75 DB aa_font28_chars ; Max value | 75 DB aa_font28_chars ; Max value |
76 DB 0x83-aa_font28_firstChar; replace by ¤ when unknown. | 76 DB 0x83-aa_font28_firstChar; replace by ¤ when unknown. |
77 DB aa_font28_height + 0x80 | 77 DB aa_font28_height + 0x80 |
78 ; | 78 ; |
79 #include "../OSTC3/Fonts/aa_font28_idx.inc" ; SHOULD FOLLOW ! | 79 #include "../src/Fonts/aa_font28_idx.inc" ; SHOULD FOLLOW ! |
80 #include "../OSTC3/Fonts/aa_font28.inc" | 80 #include "../src/Fonts/aa_font28.inc" |
81 aa_font28_end: | 81 aa_font28_end: |
82 ; Make sure this is coherent... | 82 ; Make sure this is coherent... |
83 if aa_font28_nbbits != 3 | 83 if aa_font28_nbbits != 3 |
84 error SMALL fount should be encoded with anti-aliasing... | 84 error SMALL fount should be encoded with anti-aliasing... |
85 endif | 85 endif |
114 DB aa_font34_firstChar ; To be substracted | 114 DB aa_font34_firstChar ; To be substracted |
115 DB aa_font34_chars ; Max value | 115 DB aa_font34_chars ; Max value |
116 DB 0x87-aa_font34_firstChar; replace by ¤ when unknown. | 116 DB 0x87-aa_font34_firstChar; replace by ¤ when unknown. |
117 DB aa_font34_height + 0x80 | 117 DB aa_font34_height + 0x80 |
118 ; | 118 ; |
119 #include "../OSTC3/Fonts/aa_font34_idx.inc" ; SHOULD FOLLOW ! | 119 #include "../src/Fonts/aa_font34_idx.inc" ; SHOULD FOLLOW ! |
120 #include "../OSTC3/Fonts/aa_font34.inc" | 120 #include "../src/Fonts/aa_font34.inc" |
121 aa_font36_end: | 121 aa_font36_end: |
122 ; Make sure this is coherent... | 122 ; Make sure this is coherent... |
123 if aa_font34_nbbits != 3 | 123 if aa_font34_nbbits != 3 |
124 error STANDARD fount should be encoded with anti-aliasing... | 124 error STANDARD fount should be encoded with anti-aliasing... |
125 endif | 125 endif |
136 DB aa_font48_firstChar | 136 DB aa_font48_firstChar |
137 DB aa_font48_chars | 137 DB aa_font48_chars |
138 DB 0x3E-aa_font48_firstChar | 138 DB 0x3E-aa_font48_firstChar |
139 DB aa_font48_height + 0x80 ; AA flag. | 139 DB aa_font48_height + 0x80 ; AA flag. |
140 ; | 140 ; |
141 #include "../OSTC3/Fonts/aa_font48_idx.inc" | 141 #include "../src/Fonts/aa_font48_idx.inc" |
142 #include "../OSTC3/Fonts/aa_font48.inc" | 142 #include "../src/Fonts/aa_font48.inc" |
143 aa_font48_end: | 143 aa_font48_end: |
144 ; Make sure this is coherent... | 144 ; Make sure this is coherent... |
145 if aa_font48_nbbits != 3 | 145 if aa_font48_nbbits != 3 |
146 error MEDIUM fount should be encoded with 3bits anti-aliasing... | 146 error MEDIUM fount should be encoded with 3bits anti-aliasing... |
147 endif | 147 endif |
156 DB aa_font90_firstChar | 156 DB aa_font90_firstChar |
157 DB aa_font90_chars | 157 DB aa_font90_chars |
158 DB 0x2F-aa_font90_firstChar | 158 DB 0x2F-aa_font90_firstChar |
159 DB aa_font90_height + 0x80 ; AA flag. | 159 DB aa_font90_height + 0x80 ; AA flag. |
160 ; | 160 ; |
161 #include "../OSTC3/Fonts/aa_font90_idx.inc" | 161 #include "../src/Fonts/aa_font90_idx.inc" |
162 #include "../OSTC3/Fonts/aa_font90.inc" | 162 #include "../src/Fonts/aa_font90.inc" |
163 aa_font90_end: | 163 aa_font90_end: |
164 ; Make sure this is coherent... | 164 ; Make sure this is coherent... |
165 if aa_font90_nbbits != 3 | 165 if aa_font90_nbbits != 3 |
166 error SMALL fount should be encoded with 3bits anti-aliasing... | 166 error SMALL fount should be encoded with 3bits anti-aliasing... |
167 endif | 167 endif |