Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getFontColor
Method
getFontColor
core/ui/UIRichText.cpp:1420–1423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1418
}
1419
1420
std::string RichText::getFontColor()
1421
{
1422
return _defaults.at(KEY_FONT_COLOR_STRING).asString();
1423
}
1424
1425
ax::Color3B RichText::getFontColor3B()
1426
{
Callers
4
setString
Method · 0.95
UIEditBox.cpp
File · 0.80
lua_ax_ui_RichText_getFontColor
Function · 0.80
lua_ax_ui_EditBox_getFontColor
Function · 0.80
Calls
2
asString
Method · 0.80
at
Method · 0.45
Tested by
no test coverage detected