Group: Font and Text - Library: gdi32
UINT GetTextAlign(
HDC hdc // handle to DC
); DECLARE INTEGER GetTextAlign IN gdi32;
INTEGER hdc hdc [in] Handle to the device context.
If the function succeeds, the return value is the status of the text-alignment flags.
Home