Godot Version
Godot Engine v4.2.1.stable.official
Question
As far as I can tell, there’s little to no information on the subject of pixel fonts in Godot 4.
So, I found a pixel font which is 9px high. I’ve created a FontVariation and set it as default. Then I created a label and some buttons and faced 3 problems:
- Even though the font is set as default, I need to manually type its size every time.
- I’ve selected 18px size which exactlly 2x scale of the original font. It works fine for the most of times. However as you can see in the picture, several pixels in the small letters “s” and “m” got squeeshed.
- I’ve set up the spacing between letters by setting Glyph to 2 in FontVariation parameters. However spaces are sometimes 3 pixels wide, which isn’t correlating withe scale of the text.
What could be the workarounds for this problems?