| 1519 | } |
| 1520 | |
| 1521 | bool RichText::isAnchorTextOutlineEnabled() |
| 1522 | { |
| 1523 | return (_defaults[KEY_ANCHOR_TEXT_STYLE].asString() == VALUE_TEXT_STYLE_OUTLINE); |
| 1524 | } |
| 1525 | |
| 1526 | Color3B RichText::getAnchorTextOutlineColor3B() |
| 1527 | { |
no test coverage detected