Hello, I have a sprite sheet to convert into a text source, the problem is that I don't know how, a friend told me that Godot had a tool for that, but I can't find it I saw some plugins but I didn't understand how to use them.

Any help is appreciated

Godot can load bitmap fonts directly using the BitmapFont class, so you don't have to convert the sprite sheet into a TTF file. However, you will need to convert the sprite sheet to a format that can be read by Godot such as the BMFont format.

a year later