src/fontcache.h
branchnoai
changeset 9628 b5c2449616b5
parent 6574 e1d1a12faaf7
child 6872 1c4a4a609f85
child 8617 931e0970d509
--- a/src/fontcache.h	Tue Jun 12 19:52:26 2007 +0000
+++ b/src/fontcache.h	Sun Jun 17 21:31:00 2007 +0000
@@ -21,6 +21,9 @@
 	uint small_size;
 	uint medium_size;
 	uint large_size;
+	bool small_aa;
+	bool medium_aa;
+	bool large_aa;
 };
 
 extern FreeTypeSettings _freetype;