core renderer: increased max font fallbacks to 10

This commit is contained in:
jgmdev 2022-10-19 21:12:04 -04:00
parent 1708462f4c
commit 3c752f86f3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define UNUSED
#endif
#define FONT_FALLBACK_MAX 4
#define FONT_FALLBACK_MAX 10
typedef struct RenFont RenFont;
typedef enum { FONT_HINTING_NONE, FONT_HINTING_SLIGHT, FONT_HINTING_FULL } ERenFontHinting;
typedef enum { FONT_ANTIALIASING_NONE, FONT_ANTIALIASING_GRAYSCALE, FONT_ANTIALIASING_SUBPIXEL } ERenFontAntialiasing;