WohlSoft / Moondust-Project

Moondust Project by Wohlstand
https://wohlsoft.ru/projects/Moondust/
GNU General Public License v3.0
250 stars 39 forks source link

Wierd displaying of cyrillic letters in message boxes. #59

Closed Alucard648 closed 9 years ago

Alucard648 commented 9 years ago

Created message block with some cyrillic text in it. It is displayed fine in the editor. But in the engine, we got this: scr_2015_7_29_14_46_49_35 Test level: https://yadi.sk/d/xuRbAoMTiAFmi

Wohlstand commented 9 years ago

The reason is not made cyrilic font map for a "font2" wasn't made, therefore just used TTF font [All unknown raster characters are prints via TTF, but I warned many times than result may be not good], but how you see, result is nosense. I made cyrilic font maps for a menu font1. Here placed all created fonts: https://github.com/Wohlhabend-Networks/PGE-Project/tree/master/Content/configs/SMBX/fonts in your config pack it's a "configs/SMBX/fonts" or "configs/Raocow (A2MBXT)/fonts". When I will come to home, I will make cyrilic version of font2 now, it's important for us. Note: all fonts are must be white or grayscaled because that fonts are refilling with variouse colors to have same font painted with different colors

Wohlstand commented 9 years ago

Fixed ;-) https://github.com/Wohlhabend-Networks/PGE-Project/commit/9718762dadf7868ef822b10b06c1ac42b1f4563d I just made Cyrillic map for font2 which uses by message boxes, now everything showing fine :wink: scr_2015_8_1_21_34_16_676