size_x
size_y
Width and height of the displayed text in pixels.
The text is
only displayed within the vertical screen area of pos_y
and pos_y+size_y.
Truetype fonts are restricted to the horizontal area given by size_x.
Range:
0 .. screen
size
(0 = unlimited)
Type:
varExample:
TEXT* welcome_txt =
{
...
size_y = 40;
}
See also:
text, layer,
pos_x, pos_y, offset_y,
strings, font,
char_x, char_y, string,
alpha, flags
► latest
version online