MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / processStringCodepoint

Function processStringCodepoint

src/openrct2/drawing/Drawing.String.cpp:681–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 static void processStringCodepoint(RenderTarget& rt, codepoint_t codepoint, TextDrawInfo& info)
682 {
683 char buffer[8]{};
684 UTF8WriteCodepoint(buffer, codepoint);
685 processStringLiteral(rt, buffer, info);
686 }
687
688 static void processString(RenderTarget& rt, std::string_view text, TextDrawInfo& info)
689 {

Callers 1

processStringFunction · 0.85

Calls 2

UTF8WriteCodepointFunction · 0.85
processStringLiteralFunction · 0.85

Tested by

no test coverage detected