Provides common settings to customize the text in a [Label].
[LabelSettings] is a resource that provides common settings to customize the text in a [Label]. It will take priority over the properties defined in [member Control.theme]. The resource can be shared between multiple labels and changed on the fly, so it's convenient and flexible way to setup text style.
[Font] used for the text.
Color of the text.
Size of the text.
Additional vertical spacing between lines (in pixels), spacing is added to line descent. This value can be negative.
The color of the outline.
Text outline size.
Vertical space between paragraphs. Added on top of [member line_spacing].
Color of the shadow effect. If alpha is [code]0[/code], no shadow will be drawn.
Offset of the shadow effect, in pixels.
Size of the shadow effect.