Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1445
std::string RichText::getFontFace()
1446
{
1447
return _defaults.at(KEY_FONT_FACE).asString();
1448
}
1449
1450
void RichText::setAnchorFontColor(std::string_view color)
1451
{
Callers
2
setString
Method · 0.95
lua_ax_ui_RichText_getFontFace
Function · 0.80
Calls
2
asString
Method · 0.80
at
Method · 0.45
Tested by
no test coverage detected