Retrieves the typeface name of the font that is selected into the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetTextFace ( $hDC )
$hDC | Handle to the device context. |
Success: | The typeface name. |
Failure: | Sets the @error flag to non-zero. |
Search GetTextFace in MSDN Library.