Bitmap font help

Godot Version

v4.6.3.stable.mono

Question

I want to create my own bitmap font. The way I want to create it is to somehow make a AngelCode BmFont file for the PNG I already have. I tried to use AngelCode's BmFont program, but it does only support normal fonts, already saved on the computer. Can you help me either find a program to create this type of files or create one myself?

You can use PNG file directly in Godot to make your own custom font.
Just import the PNG file as Font Data (Image Font) and set it like in Godot Docs.