Function Reference


_WinAPI_GetTextFace

Retrieves the typeface name of the font that is selected into the specified device context

#include <WinAPIGdi.au3>
_WinAPI_GetTextFace ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The typeface name.
Failure: Sets the @error flag to non-zero.

See Also

Search GetTextFace in MSDN Library.