MCPcopy 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
372void GuiContext::setFont(String const& font) {
373 textPainter()->setFont(font);
374}
375
376void GuiContext::setDefaultFont() {
377 textPainter()->setFont("");

Callers 2

setDefaultFontMethod · 0.45
JsonEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected