PyCWnd
.SetFont
SetFont(
font
, bRedraw
)
Sets the window's current font to the specified font.
Parameters
font
:
PyCFont
The new font to use.
bRedraw=1
: int
If TRUE, redraw the window.