Text

renderable text

Constructors

this
this(raylib.Font font, string text, int size, raylib.Color color)

create a new text

Members

Enums

Align
enum Align

alignment style

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
set_align
void set_align(Align horiz, Align vert)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

default_size
enum default_size;

default font size

Properties

bounds
Rectangle bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
default_font
raylib.Font default_font [@property getter]

default font (builtin to raylib)

text
string text [@property getter]

gets text string

text
string text [@property setter]

sets text string

Variables

color
raylib.Color color;

text color

font
raylib.Font font;

text font

size
int size;

font size

Meta