MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setFontSize

Method setFontSize

source/windowing/StarGuiContext.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void GuiContext::setFontSize(unsigned size) {
353 setFontSize(size, interfaceScale());
354}
355
356void GuiContext::setFontSize(unsigned size, int pixelRatio) {
357 textPainter()->setFontSize(size * pixelRatio);

Callers 7

buttonHandlerMethod · 0.45
radioGroupHandlerMethod · 0.45
textboxHandlerMethod · 0.45
labelHandlerMethod · 0.45
renderCursorMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected