space_ex v0.1.1 SpaceEx.Drawing.Text

Text.

Created using SpaceEx.Drawing.add_text/6.

Link to this section Summary

Functions

Set the color

The text string

Name of the font

Material used to render the object

Position of the text

Reference frame for the positions of the object

Rotation of the text as a quaternion

Whether the object is visible

Remove the object

Name of the font

Material used to render the object

Position of the text

Reference frame for the positions of the object

Rotation of the text as a quaternion

Whether the object is visible

A list of all available fonts

Link to this section Functions

Link to this function get_alignment(conn, this)

Alignment.

Link to this function get_anchor(conn, this)

Anchor.

Link to this function get_character_size(conn, this)

Character size.

Link to this function get_color(conn, this)

Set the color

Link to this function get_content(conn, this)

The text string

Link to this function get_font(conn, this)

Name of the font

Link to this function get_line_spacing(conn, this)

Line spacing.

Link to this function get_material(conn, this)

Material used to render the object.

Creates the material from a shader with the given name.

Link to this function get_position(conn, this)

Position of the text.

Link to this function get_reference_frame(conn, this)

Reference frame for the positions of the object.

Link to this function get_rotation(conn, this)

Rotation of the text as a quaternion.

Link to this function get_size(conn, this)

Font size.

Link to this function get_style(conn, this)

Font style.

Link to this function get_visible(conn, this)

Whether the object is visible.

Link to this function remove(conn, this)

Remove the object.

Link to this function set_alignment(conn, this, value)

Alignment.

Link to this function set_anchor(conn, this, value)

Anchor.

Link to this function set_character_size(conn, this, value)

Character size.

Link to this function set_color(conn, this, value)

Set the color

Link to this function set_content(conn, this, value)

The text string

Link to this function set_font(conn, this, value)

Name of the font

Link to this function set_line_spacing(conn, this, value)

Line spacing.

Link to this function set_material(conn, this, value)

Material used to render the object.

Creates the material from a shader with the given name.

Link to this function set_position(conn, this, value)

Position of the text.

Link to this function set_reference_frame(conn, this, value)

Reference frame for the positions of the object.

Link to this function set_rotation(conn, this, value)

Rotation of the text as a quaternion.

Link to this function set_size(conn, this, value)

Font size.

Link to this function set_style(conn, this, value)

Font style.

Link to this function set_visible(conn, this, value)

Whether the object is visible.

Link to this function static_available_fonts(conn)

A list of all available fonts.