|
sprint 1-alpha
|
un LOGFONT (contiene informazioni per generare un Font) More...
#include <Font.h>
Public Member Functions | |
| CLogFont (const LOGFONT &lf) | |
| CLogFont (HFONT hFont) | |
| HFONT | CreateFontIndirect () const |
| Crea un Font. | |
| void | SetBold () |
| bool | IsBold () const |
| void | MakeBolder (int iScale=1) |
| void | MakeLarger (int iScale) |
| void | SetHeight (LONG nPointSize, HDC hDC=NULL) |
| LONG | GetHeight (HDC hDC=NULL) const |
| LONG | GetDeciPointHeight (HDC hDC=NULL) const |
| void | SetHeightFromDeciPoint (LONG nDeciPtHeight, HDC hDC=NULL) |
| void | Copy (const LOGFONT &LogFont) |
| CLogFont & | operator= (const CLogFont &src) |
| CLogFont & | operator= (const LOGFONT &src) |
| CLogFont & | operator= (HFONT hFont) |
| bool | operator== (const LOGFONT &logfont) const |
un LOGFONT (contiene informazioni per generare un Font)
1.7.4