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

Method getUnderline

core/ui/UIRichText.cpp:826–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826bool MyXMLVisitor::getUnderline() const
827{
828 for (auto i = _fontElements.rbegin(), iRend = _fontElements.rend(); i != iRend; ++i)
829 {
830 if (i->line == StyleLine::UNDERLINE)
831 return true;
832 }
833 return false;
834}
835
836bool MyXMLVisitor::getStrikethrough() const
837{

Callers

nothing calls this directly

Calls 2

rbeginMethod · 0.45
rendMethod · 0.45

Tested by

no test coverage detected