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

Method getAnchorTextOutlineColor3B

core/ui/UIRichText.cpp:1526–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526Color3B RichText::getAnchorTextOutlineColor3B()
1527{
1528 if (auto&& itr = _defaults.find(KEY_ANCHOR_TEXT_OUTLINE_COLOR); itr != _defaults.end())
1529 {
1530 return color3BWithString(itr->second.asString());
1531 }
1532 return {};
1533}
1534
1535int RichText::getAnchorTextOutlineSize()
1536{

Callers 2

startElementMethod · 0.80

Calls 3

asStringMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected