MCPcopy 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
360void GuiContext::setFontColor(Vec4B const& color) {
361 textPainter()->setFontColor(color);
362}
363
364void GuiContext::setFontMode(FontMode mode) {
365 textPainter()->setMode(mode);

Callers 10

buttonHandlerMethod · 0.45
radioGroupHandlerMethod · 0.45
makeWidgetCallbacksMethod · 0.45
renderImplMethod · 0.45
renderImplMethod · 0.45
renderImplMethod · 0.45
renderDebugMethod · 0.45
renderCursorMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected