Drawing Text Using a User-Defined Font
FT_DRAW text$, x%, y%
The string text is drawn at the position (x,y). If the text width exceeds the screen position given by ft_maxr , it is wrapped.
Before using this procedure it is necessary to select a font using FT_SETFONT .
The behaviour of this procedure can be changed by the global variables as described here .
|