Retrieves the text-alignment setting for the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetTextAlign ( $hDC )
$hDC | Handle to the device context. |
Success: | The status of the text-alignment flags. The return value is a combination of the $TA_* and $VTA_* constants. |
Failure: | (-1). |
Search GetTextAlign in MSDN Library.