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 also restricted to the horizontal area given by size_x.
Range:
0 .. screen
size
(default = 0 for no size limit)
Type:
varExample:
TEXT* welcome_txt =
{
...
size_y = 40;
}
See also:
TEXT, layer,
pos_x, pos_y, offset_y,
strings, font,
string,
alpha, flags
► latest
version online