CGXFont::CGXFont
CGXFont();
CGXFont(LPCTSTR pszDescription);
CGXFont(const LOGFONT& lf);
CGXFont(const CGXFont& font);
pszDescription
Points to a description string. The brush will be initialized through SetDescription(szDescription).
lf
Reference to a font object.
font
Reference to a CGXFont object.
Remarks
Constructs an empty font object or initializes the font.