Public Member Functions | |
| STSStyle () | |
| void | SetDefault () |
| bool | operator== (STSStyle &s) |
| bool | IsFontStyleEqual (STSStyle &s) |
| void | operator= (LOGFONT &lf) |
Public Attributes | |
| CRect | marginRect |
| int | scrAlignment |
| int | borderStyle |
| double | outlineWidth |
| double | shadowDepth |
| COLORREF | colors [4] |
| BYTE | alpha [4] |
| int | charSet |
| CString | fontName |
| double | fontSize |
| double | fontScaleX |
| double | fontScaleY |
| double | fontSpacing |
| int | fontWeight |
| bool | fItalic |
| bool | fUnderline |
| bool | fStrikeOut |
| bool | fBlur |
| double | fontAngleZ |
| double | fontAngleX |
| double | fontAngleY |
| int | relativeTo |
Friends | |
| LOGFONTA & | operator<<= (LOGFONTA &lfa, STSStyle &s) |
| LOGFONTW & | operator<<= (LOGFONTW &lfw, STSStyle &s) |
| CString & | operator<<= (CString &style, STSStyle &s) |
| STSStyle & | operator<<= (STSStyle &s, CString &style) |
Definition at line 31 of file STS.h.
1.4.5