Answers for "how to change size of the font on godot"

2

godot dynamic font size

# when you need to resize a dynamic font for a label
var font = $my_label.get("custom_fonts/font")
font.size = 32
Posted by: Guest on April-07-2021

Code answers related to "how to change size of the font on godot"

Browse Popular Code Answers by Language