sprint 1-alpha
Public Member Functions
sprint::gtl::CLogFont Class Reference

un LOGFONT (contiene informazioni per generare un Font) More...

#include <Font.h>

List of all members.

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)
CLogFontoperator= (const CLogFont &src)
CLogFontoperator= (const LOGFONT &src)
CLogFontoperator= (HFONT hFont)
bool operator== (const LOGFONT &logfont) const

Detailed Description

un LOGFONT (contiene informazioni per generare un Font)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines