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

Method renderText

source/windowing/StarGuiContext.cpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323RectF GuiContext::renderText(String const& s, TextPositioning const& position) {
324 return textPainter()->renderText(s, position);
325}
326
327RectF GuiContext::renderInterfaceText(String const& s, TextPositioning const& position) {
328 auto res = renderText(s, {

Callers 8

renderMessagesMethod · 0.45
renderDebugMethod · 0.45
renderCursorMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
drawBubbleTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected