Toma400 / The_Isle_of_Ansur

Python-based text RPG game, successor of Between Shadows and Light.
Other
9 stars 0 forks source link

Language changing font bug #101

Open Toma400 opened 8 months ago

Toma400 commented 8 months ago

Changing languages overall isn't a big issue, and fonts change accordingly. However! If you start the game from English language and swap it into Polish, the font somehow weirdly bugs out on previous font (?) and stays there until restart. If you used Polish, the font doesn't break.

Possible idea: only one font can be loaded/is picked earlier and then staying? (no dynamic change of it?) Therefore you don't see changes in Polish > English, because it's basically the same font, just better, but English > Polish change keeps on English one which is limited.

Toma400 commented 7 months ago

Made temporary fix on it making both langs use Ferrum Extended making this issue probably still happen, but "invisibly". This needs to stay open tho until we fix it because it may be quite bad if it stays forever due to overlooking.