win32ui.CreateFontDialog
PyCFontDialog = CreateFontDialog(font, flags
, dcPrinter
, parent
)
Creates a font selection dialog box.
self*/, PyObject *args)
Parameters
font=None : dict/tuple
A dictionary describing a LOGFONT, or a tuple describing a
CHARFORMAT.
flags=win32con.CF_EFFECTS|win32con.CF_SCREENFONTS : int
The choose-font flags to use.
dcPrinter=None : PyCDC
Show fonts available for the specified device.
parent=None : PyCWnd
The parent or owner window of the dialog.