Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setFontColor
Method
setFontColor
source/windowing/StarGuiContext.cpp:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
void GuiContext::setFontColor(Vec4B const& color) {
361
textPainter()->setFontColor(color);
362
}
363
364
void GuiContext::setFontMode(FontMode mode) {
365
textPainter()->setMode(mode);
Callers
10
buttonHandler
Method · 0.45
radioGroupHandler
Method · 0.45
makeWidgetCallbacks
Method · 0.45
renderImpl
Method · 0.45
renderImpl
Method · 0.45
renderImpl
Method · 0.45
renderSpecialDamageBar
Method · 0.45
renderDebug
Method · 0.45
renderCursor
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected