LabelSettings

继承: Resource < RefCounted < Object

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 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 font

  • void set_font ( value: Font )
  • Font get_font ( )

Font used for the text.


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

  • void set_font_color ( value: Color )
  • Color get_font_color ( )

Color of the text.


int font_size = 16

  • void set_font_size ( value: int )
  • int get_font_size ( )

Size of the text.


float line_spacing = 3.0

  • void set_line_spacing ( value: float )
  • float get_line_spacing ( )

Vertical space between lines when the text is multiline.


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

  • void set_outline_color ( value: Color )
  • Color get_outline_color ( )

The color of the outline.


int outline_size = 0

  • void set_outline_size ( value: int )
  • int get_outline_size ( )

Text outline size.


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

  • void set_shadow_color ( value: Color )
  • Color get_shadow_color ( )

Color of the shadow effect. If alpha is 0, no shadow will be drawn.


Vector2 shadow_offset = Vector2(1, 1)

  • void set_shadow_offset ( value: Vector2 )
  • Vector2 get_shadow_offset ( )

Offset of the shadow effect, in pixels.


int shadow_size = 1

  • void set_shadow_size ( value: int )
  • int get_shadow_size ( )

Size of the shadow effect.

1

本方法通常需要用户覆盖才能生效。

2

本方法无副作用,不会修改该实例的任何成员变量。

3

本方法除了能接受在此处描述的参数外,还能够继续接受任意数量的参数。

4

本方法用于构造某个类型。

5

调用本方法无需实例,可直接使用类名进行调用。

6

本方法描述的是使用本类型作为左操作数的有效运算符。

7

这个值是由下列位标志构成位掩码的整数。

8

无返回值。