Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clearTextStyle
Method
clearTextStyle
source/windowing/StarGuiContext.cpp:390–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void GuiContext::clearTextStyle() {
391
textPainter()->clearTextStyle();
392
}
393
394
void GuiContext::setLineSpacing(float lineSpacing) {
395
textPainter()->setLineSpacing(lineSpacing);
Callers
12
renderText
Method · 0.45
renderImpl
Method · 0.45
renderImpl
Method · 0.45
renderImpl
Method · 0.45
renderImpl
Method · 0.45
renderInWorldElements
Method · 0.45
render
Method · 0.45
renderSpecialDamageBar
Method · 0.45
renderDebug
Method · 0.45
renderCursor
Method · 0.45
render
Method · 0.45
determineBoundBox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected