Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1493
bool RichText::isAnchorTextDelEnabled()
1494
{
1495
return (_defaults[KEY_ANCHOR_TEXT_LINE].asString() == VALUE_TEXT_LINE_DEL);
1496
}
1497
1498
void RichText::setAnchorTextUnderline(bool enable)
1499
{
Callers
2
startElement
Method · 0.80
lua_ax_ui_RichText_isAnchorTextDelEnabled
Function · 0.80
Calls
1
asString
Method · 0.80
Tested by
no test coverage detected