win32gui.CreateFontIndirect
PyGdiHandle = CreateFontIndirect(lplf)
function creates a logical font that has the specified characteristics. The font can subsequently be selected as the current font for any device context.
Parameters
PyGdiHandle = CreateFontIndirect(lplf)
function creates a logical font that has the specified characteristics. The font can subsequently be selected as the current font for any device context.