I am using a function to create a visual element that contains some images, a box, and some text.
I use that same function on 3 elements, with parameters to set the text and the position of that element.
For some reason, depending on the x and y passed to the function, the text will be displayed with “a broken font”. And if I move that x and y of a few pixels on the left, that will be fixed…
This happens for a lot of things (lines on a rectangle / graphics, images becomes blurry, …) so I’m very curious what could be the reason for this kind of behavior?!