Changed font sizes for Mac-specific builds.
This commit is contained in:
parent
659b29cb68
commit
1387f56e5e
1 changed files with 4 additions and 0 deletions
|
|
@ -8737,7 +8737,11 @@ static void setup(int argc, char * argv[])
|
||||||
|
|
||||||
|
|
||||||
small_font = TTF_OpenFont(DATA_PREFIX "fonts/default_font.ttf",
|
small_font = TTF_OpenFont(DATA_PREFIX "fonts/default_font.ttf",
|
||||||
|
#ifdef __APPLE__
|
||||||
|
12 - (only_uppercase * 2));
|
||||||
|
#else
|
||||||
13 - (only_uppercase * 2));
|
13 - (only_uppercase * 2));
|
||||||
|
#endif
|
||||||
|
|
||||||
if (small_font == NULL)
|
if (small_font == NULL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue