| 1504 | } |
| 1505 | |
| 1506 | bool RichText::isAnchorTextUnderlineEnabled() |
| 1507 | { |
| 1508 | return (_defaults[KEY_ANCHOR_TEXT_LINE].asString() == VALUE_TEXT_LINE_UNDER); |
| 1509 | } |
| 1510 | |
| 1511 | void RichText::setAnchorTextOutline(bool enable, const Color3B& outlineColor, int outlineSize) |
| 1512 | { |
no test coverage detected