Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
outlineColor
The color of the outline.
LabelSettings.swift:77final var outlineColor: Color { get set }
Other members in extension
Type members
Instance members
var font: Font?
Font
used for the text.var fontColor: Color
Color of the text.
var fontSize: Int32
Size of the text.
var lineSpacing: Double
Vertical space between lines when the text is multiline.
var outlineSize: Int32
Text outline size.
var shadowColor: Color
Color of the shadow effect. If alpha is
0
, no shadow will be drawn.var shadowOffset: Vector2
Offset of the shadow effect, in pixels.
var shadowSize: Int32
Size of the shadow effect.