Windows C++ Library
|
#include <LogFont.hpp>
Public Types | |
enum | FontFormat { FMT_MINIMAL = 2, FMT_SHORT = 6, FMT_FULL = 14 } |
Public Member Functions | |
CLogFont () | |
CLogFont (HFONT hFont) | |
~CLogFont () | |
CLogFont (const tchar *pszFace, long nHeight) | |
Construction from a face name and height in pixels. | |
bool | Select (const CWnd &rParent) |
CString | Format (FontFormat eFormat) const |
Static Public Member Functions | |
static bool | Parse (const tchar *pszFont, CLogFont &oLogFont) |
Protected Member Functions | |
void | Initialise () |
Common construction. |
enum CLogFont::FontFormat |
CLogFont::CLogFont | ( | HFONT | hFont | ) |
CLogFont::CLogFont | ( | const tchar * | pszFace, |
long | nHeight | ||
) |
Construction from a face name and height in pixels.
bool CLogFont::Select | ( | const CWnd & | rParent | ) |
CString CLogFont::Format | ( | FontFormat | eFormat | ) | const |
bool CLogFont::Parse | ( | const tchar * | pszFont, |
CLogFont & | oLogFont | ||
) | [static] |
void CLogFont::Initialise | ( | ) | [protected] |
Common construction.