Thank you very much to take time and effort to create the fonts.
But can anyone pliss guide me on how to create an actual font that I can use in Godot Game Engine???
png are provided. I need to convert it into a Bitmap Font - .fnt.
How do I do that?
Hey! Look here: https://docs.godotengine.org/en/stable/tutorials/ui/gui_using_fonts.html#bitmap-...
In short, you could add your image (I guess in any format supported by Godot: png, bmp, jpg) to your Godot project. Then select your file in Godot's file navigator and switch from Scene tab to Import. Here you can follow tutorial by changing Import type from Texture2D to Font Data. You'll find it easier if you put them together in the correct ASCII order, see the article on how to do that. Feel free to ask any questions!