MCPcopy 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
390void GuiContext::clearTextStyle() {
391 textPainter()->clearTextStyle();
392}
393
394void GuiContext::setLineSpacing(float lineSpacing) {
395 textPainter()->setLineSpacing(lineSpacing);

Callers 12

renderTextMethod · 0.45
renderImplMethod · 0.45
renderImplMethod · 0.45
renderImplMethod · 0.45
renderImplMethod · 0.45
renderInWorldElementsMethod · 0.45
renderMethod · 0.45
renderDebugMethod · 0.45
renderCursorMethod · 0.45
renderMethod · 0.45
determineBoundBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected