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

lplf : PyLOGFONT

A LOGFONT object as returned by win32gui::LOGFONT