win32gui.GetTextFace

PyUnicode = GetTextFace(hdc)

Retrieves the name of the font currently selected in a DC

Parameters

hdc : PyHANDLE

Handle to a device context

Comments

Calls unicode api function (GetTextFaceW)