• 2D
  • How can I fix pixel font letters?

If I use any small pixel font, in editor it looks ok but in the actuall app letters are too close to each other. I tried usind extra_spacing>char property but on some devices it is ok without it and extra spacing only makes it worse. Maybe it's a known bug? How can I fix it?

Welcome to the forums @Palerite!

I have not encountered this myself, so I'm not totally sure right off what could be causing it. It is strange that in the editor it looks fine, but some letters in game are closer (especially noticeable with C, M, and T).

Maybe try changing the font size just a little bit to see if that fixes it? Like if it's size is 42, maybe setting it to 41 would work?

It wouldn’t work because my font size is 16 and any change makes it blurry, but thanks to you I came to the solution: I made font size 32 and rect.scale 0.5 and it worked! Thank you.

Maybe some bad English here, sorry)