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

Method isAnchorTextUnderlineEnabled

core/ui/UIRichText.cpp:1506–1509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

asStringMethod · 0.80

Tested by

no test coverage detected