comparison code_part1/OSTC_code_asm_part1/aa_font90_idx.inc @ 83:3e351e25f5d1

adding anti-aliased fonts frame and merging some patches from Jeando
author heinrichsweikamp
date Tue, 07 Dec 2010 22:36:19 +0100
parents
children
comparison
equal deleted inserted replaced
82:bc3092c41335 83:3e351e25f5d1
1 ;==========================================================================
2 ; Font index exported lun. nov. 29 2010 by FontIO.cpp 57 2010-11-24 23:24:47Z gascuel $
3 ;==========================================================================
4 aa_font90_chars EQU .12
5 aa_font90_firstChar EQU '.'
6 aa_font90_lastChar EQU '9'
7 ;
8 aa_font90_idx:
9 DW aa_font90_bits + 0x0000 ; . dot
10 DW aa_font90_bits + 0x0017 ; / slash
11 DW aa_font90_bits + 0x002A ; 0 0
12 DW aa_font90_bits + 0x0110 ; 1 1
13 DW aa_font90_bits + 0x018A ; 2 2
14 DW aa_font90_bits + 0x0265 ; 3 3
15 DW aa_font90_bits + 0x034E ; 4 4
16 DW aa_font90_bits + 0x03E6 ; 5 5
17 DW aa_font90_bits + 0x049C ; 6 6
18 DW aa_font90_bits + 0x05AB ; 7 7
19 DW aa_font90_bits + 0x0652 ; 8 8
20 DW aa_font90_bits + 0x0784 ; 9 9
21 DW aa_font90_bits + 0x0898 ; END OF INDEX