PyCFontDialog Object
A class which encapsulates an MFC CFontDialog object. Derived from a PyCDialog object.
Methods
- DoModal
 - Displays a dialog and allows the user to make a selection.
 - GetCurrentFont
 - Returns a dictionary describing the current font.
 - GetCharFormat
 - Returns the font selection in a CHARFORMAT tuple.
 - GetColor
 - Determines the color of the selected font.
 - GetFaceName
 - Returns the face name of the selected font.
 - GetStyleName
 - Returns the style name of the selected font.
 - GetSize
 - Returns he font's size, in tenths of a point.
 - GetWeight
 - Returns the font's weight.
 - IsStrikeOut
 - Determines whether the font is displayed with strikeout.
 - IsUnderline
 - Determines whether the font is displayed with underline.
 - IsBold
 - Determines whether the font is displayed bold.
 - IsItalic
 - Determines whether the font is displayed with italic.