LabelSettings

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Font

font

Color

font_color

Color(1, 1, 1, 1)

int

font_size

16

float

line_spacing

3.0

Color

outline_color

Color(1, 1, 1, 1)

int

outline_size

0

Color

shadow_color

Color(0, 0, 0, 0)

Vector2

shadow_offset

Vector2(1, 1)

int

shadow_size

1


Property Descriptions

Font font

  • void set_font ( Font value )

  • Font get_font ( )

There is currently no description for this property. Please help us by contributing one!


Color font_color = Color(1, 1, 1, 1)

  • void set_font_color ( Color value )

  • Color get_font_color ( )

There is currently no description for this property. Please help us by contributing one!


int font_size = 16

  • void set_font_size ( int value )

  • int get_font_size ( )

There is currently no description for this property. Please help us by contributing one!


float line_spacing = 3.0

  • void set_line_spacing ( float value )

  • float get_line_spacing ( )

There is currently no description for this property. Please help us by contributing one!


Color outline_color = Color(1, 1, 1, 1)

  • void set_outline_color ( Color value )

  • Color get_outline_color ( )

There is currently no description for this property. Please help us by contributing one!


int outline_size = 0

  • void set_outline_size ( int value )

  • int get_outline_size ( )

There is currently no description for this property. Please help us by contributing one!


Color shadow_color = Color(0, 0, 0, 0)

  • void set_shadow_color ( Color value )

  • Color get_shadow_color ( )

There is currently no description for this property. Please help us by contributing one!


Vector2 shadow_offset = Vector2(1, 1)

  • void set_shadow_offset ( Vector2 value )

  • Vector2 get_shadow_offset ( )

There is currently no description for this property. Please help us by contributing one!


int shadow_size = 1

  • void set_shadow_size ( int value )

  • int get_shadow_size ( )

There is currently no description for this property. Please help us by contributing one!