diff options
Diffstat (limited to 'src/fontcache.h')
-rw-r--r-- | src/fontcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fontcache.h b/src/fontcache.h index a3cceace1..708070a7e 100644 --- a/src/fontcache.h +++ b/src/fontcache.h @@ -29,12 +29,15 @@ struct FreeTypeSettings { char small_font[MAX_PATH]; char medium_font[MAX_PATH]; char large_font[MAX_PATH]; + char mono_font[MAX_PATH]; uint small_size; uint medium_size; uint large_size; + uint mono_size; bool small_aa; bool medium_aa; bool large_aa; + bool mono_aa; }; extern FreeTypeSettings _freetype; |