Public Member Functions | |
SmFontStyles () | |
USHORT | GetCount () const |
const String & | GetStyleName (const Font &rFont) const |
const String & | GetStyleName (USHORT nIdx) const |
Private Attributes | |
String | aNormal |
String | aBold |
String | aItalic |
String | aBoldItalic |
String | aEmpty |
Definition at line 131 of file dialog.cxx.
SmFontStyles::SmFontStyles | ( | ) |
USHORT SmFontStyles::GetCount | ( | ) | const [inline] |
const String & SmFontStyles::GetStyleName | ( | const Font & | rFont | ) | const |
Definition at line 161 of file dialog.cxx.
References aBold, aBoldItalic, aItalic, aNormal, IsBold(), and IsItalic().
Referenced by SetFontStyle().
const String & SmFontStyles::GetStyleName | ( | USHORT | nIdx | ) | const |
Definition at line 178 of file dialog.cxx.
References aBold, aBoldItalic, aEmpty, aItalic, aNormal, and GetCount().
String SmFontStyles::aNormal [private] |
String SmFontStyles::aBold [private] |
String SmFontStyles::aItalic [private] |
String SmFontStyles::aBoldItalic [private] |
String SmFontStyles::aEmpty [private] |