MCPcopy 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
1415void RichText::setFontColor(std::string_view color)
1416{
1417 _defaults[KEY_FONT_COLOR_STRING] = color;
1418}
1419
1420std::string RichText::getFontColor()
1421{

Callers 4

initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 1

initMethod · 0.36