Generate glyph size binary for your BTA font so it renders correctly
If file is selected but canvas is still black, click
When making a font for BTA, you need to generate a binary file called
glyph_sizes_default.bin to tell BTA how big each character is. This
tool will do that for you.
Your font texture pack should have the following structure:
my-font-texture-pack/
├─ font/
│ ├─ font_00.png
│ └─ glyph_sizes_default.bin
├─ manifest.json
└─ pack.png
manifest.json{
"description": {
"name": "My Font Texture Pack",
"line1": "Some information about my font texture pack",
"line2": "which can also has 2 lines!",
"packVersion": "7.3",
"format": 3
}
}
font_00.png