TextMesh

Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object

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

Properties

AutowrapMode

autowrap_mode

0

float

curve_step

0.5

float

depth

0.05

Font

font

int

font_size

16

HorizontalAlignment

horizontal_alignment

1

BitField<JustificationFlag>

justification_flags

163

String

language

""

float

line_spacing

0.0

Vector2

offset

Vector2(0, 0)

float

pixel_size

0.01

StructuredTextParser

structured_text_bidi_override

0

Array

structured_text_bidi_override_options

[]

String

text

""

Direction

text_direction

0

bool

uppercase

false

VerticalAlignment

vertical_alignment

1

float

width

500.0


Property Descriptions

AutowrapMode autowrap_mode = 0

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


float curve_step = 0.5

  • void set_curve_step ( float value )

  • float get_curve_step ( )

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


float depth = 0.05

  • void set_depth ( float value )

  • float get_depth ( )

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


Font font

  • void set_font ( Font value )

  • Font get_font ( )

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!


HorizontalAlignment horizontal_alignment = 1

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


BitField<JustificationFlag> justification_flags = 163

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


String language = ""

  • void set_language ( String value )

  • String get_language ( )

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


float line_spacing = 0.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!


Vector2 offset = Vector2(0, 0)

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


float pixel_size = 0.01

  • void set_pixel_size ( float value )

  • float get_pixel_size ( )

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


StructuredTextParser structured_text_bidi_override = 0

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


Array structured_text_bidi_override_options = []

  • void set_structured_text_bidi_override_options ( Array value )

  • Array get_structured_text_bidi_override_options ( )

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


String text = ""

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


Direction text_direction = 0

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


bool uppercase = false

  • void set_uppercase ( bool value )

  • bool is_uppercase ( )

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


VerticalAlignment vertical_alignment = 1

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


float width = 500.0

  • void set_width ( float value )

  • float get_width ( )

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