How to change letter spacing in a bitmap font?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By barkingfarting

I’ve imported a new bitmap font and I want to change spacing for individual letters so the free space shown on the image is removed.

Image shows free space between two letters.

I found out that it’s possible by manually changing the xoffset value in the font file, but is there a better solution without adjusting every letter manually?

:bust_in_silhouette: Reply From: Zodman

I think you want to adjust the char spacing.
In the Godot 3 inspector: Theme Overrides / Fonts / Font / Extra Spacing / Char
Use negative values to bring the characters closer together.