|
sprint 1-alpha
|
Wrapper per i Font. More...
#include <Font.h>
Public Member Functions | |
| CFontT (HFONT hFont=NULL) | |
| CFontT< t_bManaged > & | operator= (HFONT hFont) |
| bool | IsNull () const |
| void | Attach (HFONT hFont) |
| HFONT | Detach () |
| operator HFONT () const | |
| HFONT | CreateFontIndirect (const LOGFONT &LogFont) |
| CFontT (const LOGFONT &LogFont) | |
| HFONT | CreateFont (int nHeight, int nWidth, int nEscapement, int nOrientation, int nWeight, BYTE bItalic, BYTE bUnderline, BYTE cStrikeOut, BYTE nCharSet, BYTE nOutPrecision, BYTE nClipPrecision, BYTE nQuality, BYTE nPitchAndFamily, LPCTSTR lpszFacename) |
| HFONT | CreateFont (int nPointSize, LPCTSTR lpszFaceName, bool bBold=false, bool bItalic=false) |
| HFONT | CreatePointFont (int nPointSize, LPCTSTR lpszFaceName, HDC hDC=NULL, bool bBold=false, bool bItalic=false) |
| HFONT | CreatePointFontIndirect (const LOGFONT &LogFont, HDC hDC=NULL) |
| BOOL | DeleteObject () |
| int | GetLogFont (LOGFONT *pLogFont) const |
| bool | GetLogFont (LOGFONT &LogFont) const |
Public Attributes | |
| HFONT | m_hFont |
Wrapper per i Font.
1.7.4