Windows C++ Library
|
CFont() | CFont | |
CFont(int iID) | CFont | |
CFont(const CLogFont &rLogFont) | CFont | |
CFont(HFONT hFont, bool bOwn=false) | CFont | |
CFont(const CFont &rhs) | CFont | |
Create(int iID) | CFont | |
Create(const CLogFont &rLogFont) | CFont | |
Create(HFONT hFont, bool bOwn=false) | CFont | |
Format(CLogFont::FontFormat eFormat) const | CFont | |
Handle() const | CFont | [inline] |
m_bOwner | CFont | [protected] |
m_hFont | CFont | [protected] |
operator=(const CFont &rhs) | CFont | |
Parse(const tchar *pszFont, CFont &oFont) | CFont | [static] |
Release() | CFont | [protected] |
Select(const CWnd &rParent) | CFont | |
~CFont() | CFont |