Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setFontColor
Method
setFontColor
core/ui/UIRichText.cpp:1415–1418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1413
}
1414
1415
void RichText::setFontColor(std::string_view color)
1416
{
1417
_defaults[KEY_FONT_COLOR_STRING] = color;
1418
}
1419
1420
std::string RichText::getFontColor()
1421
{
Callers
4
init
Method · 0.45
init
Method · 0.45
lua_ax_ui_RichText_setFontColor
Function · 0.45
lua_ax_ui_EditBox_setFontColor
Function · 0.45
Calls
no outgoing calls
Tested by
1
init
Method · 0.36