|
JX Application Framework
|
#include <JFontStyle.h>
Public Member Functions | |
| JFontStyle () | |
| JFontStyle (const bool b, const bool i, const JSize u, const bool s, const JColorID c=JFontStyle::itsDefaultColorIndex) | |
| JFontStyle (const JColorID c) | |
| bool | IsBlank () const |
| bool | SameSystemAttributes (const JFontStyle &style) const |
Public Attributes | |
| bool | bold |
| bool | italic |
| JSize | underlineCount |
| bool | strike |
| JColorID | color |
Style information for drawing text.
System init code should call SetDefaultColorIndex so default constructor for JFontStyle will work correctly.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool JFontStyle::bold |
| JColorID JFontStyle::color |
| bool JFontStyle::italic |
| bool JFontStyle::strike |
| JSize JFontStyle::underlineCount |