I am making a pixel mobile game, and using a 3x5 pixel font. But Godot is adding a pixel of spacing around and I cant figure out why. Is this something to do with the font, or is there a Godot setting somewhere?
What I would like is characters to have no spaces, except between them. In the example below you can see:
- 1px below numbers - I assume because of the comma, but I would prefer not to have it just like for the apostrophe symbol which draws outside of the box.
- 1px at the end of the 5
Any ideas?
Edit
I've updated to Godot 4.5 C# and now the font settings seem to work! But I still cant remove the last pixel and the end of the line.
I see that the "Extra Spacing > Glyph setting changes the spacing each character (0 is 1 pixel) but there is no option to remove it on the last character in the line.

