Merge pull request #1862 from lakkatv/xmb

(Freetype) Increase the font atlas size to support diacritics
This commit is contained in:
Twinaphex 2015-06-26 10:52:00 +02:00
commit 88e2875149

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)