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:
parent
283611fe11
commit
67d7e250c1
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user