diff code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 775:f32b9ad6244c

add 120px HUGE font
author heinrichsweikamp
date Mon, 17 Mar 2014 14:54:17 +0100
parents 92304826000d
children
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_fonts.asm	Thu Mar 13 17:08:52 2014 +0100
+++ b/code_part1/OSTC_code_asm_part1/aa_fonts.asm	Mon Mar 17 14:54:17 2014 +0100
@@ -195,7 +195,24 @@
 aa_font90_end:
 ; Make sure this is coherent...
 	if aa_font90_nbbits != 3
-		error SMALL fount should be encoded with 3bits anti-aliasing...
+		error LARGE fount should be encoded with 3bits anti-aliasing...
 	endif
 
-;=============================================================================
+;---- HUGE font description and data ----------------------------------------
+aa_font120_block:
+			DB	' ', 0x2F
+			DB	0
+			DB	c120_aa_firstChar
+			DB	c120_aa_chars
+			DB	0x2F-c120_aa_firstChar
+			DB	c120_aa_height + 0x80		; AA flag.
+;
+#include	"c120_aa_idx.inc"
+#include	"c120_aa.inc"
+aa_font92_end:
+; Make sure this is coherent...
+	if aa_font90_nbbits != 3
+		error HUGE fount should be encoded with 3bits anti-aliasing...
+	endif
+
+;=============================================================================
\ No newline at end of file