Group: Font and Text - Library: gdi32
UINT SetTextAlign(
HDC hdc, // handle to DC
UINT fMode // text-alignment option
);
DECLARE INTEGER SetTextAlign IN gdi32;
INTEGER hdc,;
INTEGER fMode
hdc [in] Handle to the device context.
fMode [in] Specifies the text alignment by using a mask of the values in the following list.
If the function succeeds, the return value is the previous text-alignment setting.