diff code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 784:46ef1e1388f1

Merge
author heinrichsweikamp
date Mon, 23 Jun 2014 17:29:59 +0200
parents f32b9ad6244c
children
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_fonts.asm	Sun Jun 15 17:49:22 2014 +0200
+++ b/code_part1/OSTC_code_asm_part1/aa_fonts.asm	Mon Jun 23 17:29:59 2014 +0200
@@ -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