MCPcopy Create free account
hub / github.com/axmolengine/axmol / isAnchorTextOutlineEnabled

Method isAnchorTextOutlineEnabled

core/ui/UIRichText.cpp:1521–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

startElementMethod · 0.80

Calls 1

asStringMethod · 0.80

Tested by

no test coverage detected