| BOLD | TextStyle | [static] |
| equals(const TextStyle &other) const | TextStyle | [inline] |
| Font enum name | TextStyle | |
| getColor(void) const | TextStyle | [inline] |
| getFont(void) const | TextStyle | [inline] |
| getPointSize(void) const | TextStyle | [inline] |
| getStyle(void) const | TextStyle | [inline] |
| isBold(void) const | TextStyle | [inline] |
| isItalic(void) const | TextStyle | [inline] |
| isMonospace(void) const | TextStyle | [inline] |
| isSansSerif(void) const | TextStyle | [inline] |
| isSerif(void) const | TextStyle | [inline] |
| isStrike(void) const | TextStyle | [inline] |
| isUnderline(void) const | TextStyle | [inline] |
| ITALIC | TextStyle | [static] |
| MONOSPACE enum value | TextStyle | |
| NORMAL | TextStyle | [static] |
| operator!=(const TextStyle &rhs) const | TextStyle | [inline] |
| operator==(const TextStyle &rhs) const | TextStyle | [inline] |
| SANSSERIF enum value | TextStyle | |
| SERIF enum value | TextStyle | |
| setColor(const Color &c) | TextStyle | [inline] |
| setPointSize(double s) | TextStyle | [inline] |
| setStyle(short istyle) | TextStyle | |
| STRIKE | TextStyle | [static] |
| style(const char *str) | TextStyle | [static] |
| TextStyle(void) | TextStyle | |
| TextStyle(double ips, short istyle=0) | TextStyle | |
| TextStyle(double ips, short istyle, const Color &icolor, Font ifont=MONOSPACE) | TextStyle | |
| TextStyle(double ips, const Color &icolor, Font ifont=MONOSPACE) | TextStyle | |
| UNDERLINE | TextStyle | [static] |
1.3.9.1