Reply From: | gtsiam |
I don’t know how you would do this with a BitmapFont, but for a dynamic font:
- Add a .ttf file to your project, and godot will classify it as DynamicFontData
- Create a new DynamicFont (from the inspector), and edit it
- Under the “Font” subcategory, assign the ttf file you previously copied