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

Method isAnchorTextDelEnabled

core/ui/UIRichText.cpp:1493–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493bool RichText::isAnchorTextDelEnabled()
1494{
1495 return (_defaults[KEY_ANCHOR_TEXT_LINE].asString() == VALUE_TEXT_LINE_DEL);
1496}
1497
1498void RichText::setAnchorTextUnderline(bool enable)
1499{

Callers 2

startElementMethod · 0.80

Calls 1

asStringMethod · 0.80

Tested by

no test coverage detected