summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index f2240e6d2..b8f450cad 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -21,6 +21,9 @@ struct FreeTypeSettings {
uint small_size;
uint medium_size;
uint large_size;
+ bool small_aa;
+ bool medium_aa;
+ bool large_aa;
};
extern FreeTypeSettings _freetype;