mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-06 16:50:42 +00:00
Merge pull request #1862 from lakkatv/xmb
(Freetype) Increase the font atlas size to support diacritics
This commit is contained in:
commit
88e2875149
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user