(CoreText) Increase font atlas size so it supports diacritics too

This commit is contained in:
Twinaphex 2015-06-26 10:57:19 +02:00
parent 88e2875149
commit e879d2de25

View File

@ -27,7 +27,7 @@
#include <ApplicationServices/ApplicationServices.h>
#endif
#define CT_ATLAS_ROWS 8
#define CT_ATLAS_ROWS 16
#define CT_ATLAS_COLS 16
#define CT_ATLAS_SIZE (CT_ATLAS_ROWS * CT_ATLAS_COLS)