Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setFont
Method
setFont
source/windowing/StarGuiContext.cpp:372–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
void GuiContext::setFont(String const& font) {
373
textPainter()->setFont(font);
374
}
375
376
void GuiContext::setDefaultFont() {
377
textPainter()->setFont(
""
);
Callers
2
setDefaultFont
Method · 0.45
JsonEditor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected