¿How to increase the font size of a label?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hattyco10

I recently started with Godot but I had a problem I don’t know how to increase the size of a label.

:bust_in_silhouette: Reply From: Godont

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 SettingsSize.

Free font data can be found online in various places.

Is there any way to use Godot’s built in font data for this? I really don’t like the idea of needing to grab a font off of the internet, when there’s a perfectly good one right there in the engine.

falconfetus8 | 2022-08-22 23:13