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

Method getFontFace

core/ui/UIRichText.cpp:1445–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443}
1444
1445std::string RichText::getFontFace()
1446{
1447 return _defaults.at(KEY_FONT_FACE).asString();
1448}
1449
1450void RichText::setAnchorFontColor(std::string_view color)
1451{

Callers 2

setStringMethod · 0.95

Calls 2

asStringMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected