text.size_y
Height of the displayed text in pixels, for bitmap fonts. The text is
only displayed within the vertical screen area of pos_y
and pos_y+size_y.
Range:
0 .. screen height (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