mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(Freetype) Increase the font atlas size to support diacritics
This commit is contained in:
parent
ca43ef1eac
commit
f8e1d026c5
@ -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