1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix font arabic size

This commit is contained in:
Mathieu Schroeter 2022-10-22 17:40:39 +02:00
parent 283611fe11
commit 67d7e250c1
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -352,7 +352,7 @@ public:
SDL_TRUE);
TTF_SetFontScriptName (this->arabicRed->GetFont (), "Arab");
this->arabicSlim = new Font (
arabicFont.c_str (), 12, {0xB4, 0x17, 0x12, 0}, SDL_FALSE, SDL_FALSE,
arabicFont.c_str (), 13, {0xB4, 0x17, 0x12, 0}, SDL_FALSE, SDL_FALSE,
SDL_TRUE);
TTF_SetFontScriptName (this->arabicSlim->GetFont (), "Arab");
this->arabicWhite = new Font (