Postingan

Menampilkan postingan dengan label godot change label text size

43 godot change label text size

Gambar
The built-in font is a BitmapFont. This kind of font cannot be resized, and would become blurry anyways. You may indeed import an actual font, as DynamicFontData and create a DynamicFont from it, so you'll be able to choose its size. See also answered Mar 19, 2020 by Zylann (29,106 points) I think you first need to set the font under Custom Fonts (you can either load an existing one if you have it, or create a new DynamicFont), and once you have done this and you select the font this will open up some options where you can set the size under Settings-> Size. Free font data can be found online in various places. How can I change the text size in a Label node in 3.0? : r/godot - Reddit How can I change the text size in a Label node in 3.0? All the solutions I found were for 2.1. 2 2 2 comments Best Add a Comment [deleted] • 5 yr. ago Cannot change size with the built-in font, I believe (correct me if I'm wrong). Add a custom font, and you can change the size fr...