|
TextOut
Displays text.
void TextOut(
|
Parameters
x
[in] Text anchor's X coordinate.
y
[in] Text anchor's Y coordinate.
text
[in] Text to be displayed.
clr
[in] Color in ARGB format.
alignment=0
[in] Text anchoring method. See TextOut() function description to learn more about anchoring methods.
Note
The current font is used to display the text.