ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
711 stars 125 forks source link

Font/Text artifacts #291

Closed CitrusHappy closed 2 years ago

CitrusHappy commented 3 years ago

image

Tested with multiple fonts. Let me know if you need a copy of the motif or any other files.

CitrusHappy commented 3 years ago

motif with this issue

K4thos commented 3 years ago

it's a know compatibility problem with ttf fonts that happens on some pc configurations. I suspect it may be a bug in glfont library that we're using for ttf rendering or maybe we have not implemented that library correctly. Considering we have no way to reproduce it locally (the problem only seems to affect some AMD gpu users) I wouldn't count on a fix any time soon.

K4thos commented 3 years ago

more examples, again lines starting from upper left corner, regardless of what ttf font is used: ikemen000 unknown

I will link to this ticket on glfont repository, maybe author will have some idea how to solve it or what is causing it.

K4thos commented 3 years ago

CitrusHappy, please test if the problem still happens in this build. Don't install any screenpack, just start the game and go to options. https://www.dropbox.com/s/yodq5iqtzj6yhzm/Ikemen_GO_test1.zip?dl=1

edit: confirmed fixed.