(Freetype) Increase the font atlas size to support diacritics

This commit is contained in:
Jean-André Santoni 2015-06-26 15:43:00 +07:00
parent ca43ef1eac
commit f8e1d026c5

View File

@ -24,7 +24,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
#define FT_ATLAS_ROWS 8
#define FT_ATLAS_ROWS 16
#define FT_ATLAS_COLS 16
#define FT_ATLAS_SIZE (FT_ATLAS_ROWS * FT_ATLAS_COLS)