TextOut

The TextOut function writes a character string at the specified location, using the currently created font.

TextOut nXStart,nYStart,sText

Parameters

nXStart
Specifies the x-coordinate of the reference point that is used to align the string.

nYStart
Specifies the y-coordinate of the reference point that is used to align the string.

sText
String to be drawn.

Remarks

The interpretation of the reference point depends on the current text-alignment mode. An application can alter this mode by calling the SetTextAlign function.

See too

CreateFont, SetTextColor, SetTextAlign, SetBkColor, SetBkMode

Example
See CreateFont