#include <DecoratorDefs.h>
Public Member Functions | |
GdipFont (const CString &_strName, int _iSize, bool _bBoldness, bool _bItalics) | |
GdipFont (const CString &_strName, int _iSize, bool _bBoldness, bool _bItalics) | |
Public Attributes | |
Gdiplus::Font * | gdipFont |
int | iSize |
CString | strName |
bool | bBoldness |
bool | bItalics |
Definition at line 214 of file Decorator Examples/PlainSample/DecoratorDefs.h.
DecoratorSDK::GdipFont::GdipFont | ( | const CString & | _strName, | |
int | _iSize, | |||
bool | _bBoldness, | |||
bool | _bItalics | |||
) | [inline] |
Definition at line 222 of file Decorator Examples/PlainSample/DecoratorDefs.h.
DecoratorSDK::GdipFont::GdipFont | ( | const CString & | _strName, | |
int | _iSize, | |||
bool | _bBoldness, | |||
bool | _bItalics | |||
) | [inline] |
Definition at line 225 of file DecoratorLib/DecoratorDefs.h.
Definition at line 219 of file Decorator Examples/PlainSample/DecoratorDefs.h.
Definition at line 220 of file Decorator Examples/PlainSample/DecoratorDefs.h.
Gdiplus::Font * DecoratorSDK::GdipFont::gdipFont |
Definition at line 216 of file Decorator Examples/PlainSample/DecoratorDefs.h.
Definition at line 217 of file Decorator Examples/PlainSample/DecoratorDefs.h.
CString DecoratorSDK::GdipFont::strName |
Definition at line 218 of file Decorator Examples/PlainSample/DecoratorDefs.h.