This is the testing Godot forums! All forum posts unique to this forum will be deleted! Please use the main forums here for any posts you want to keep. All forum rules still apply.
Plugin: import bitmap fonts from plain old PNG images

Hello! This is my first post here, and likewise I wanted to share my first submission to the asset lib.
This is the Godot Allegro Bitmap Font Importer Plugin. Given a set of glyphs, it allows you to import fonts from PNGs that you can make in any old image editor. I'm hoping this'll be particularly useful for custom pixel fonts. No BMFont required here!
Your fonts have to be arranged in a specific format, so make sure to look over the readme first.
The format is identical to that of the Allegro library's al_grab_font_from_bitmap
function, hence the plugin's unwieldy name.
Hope somebody finds this useful. Feedback is of course welcome.
Tags :
Comments
Cool.
at last!
I've published v1.1.0, which just adds a few flags for the generated
ImageTexture
(see the above screenshot).