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

Function FontSpriteGetCodepointBitmap

src/openrct2/drawing/ScrollingText.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 static uint8_t* FontSpriteGetCodepointBitmap(int32_t codepoint)
116 {
117 auto offset = FontSpriteGetCodepointOffset(codepoint);
118 return _characterBitmaps[offset];
119 }
120
121 static int32_t getMatchingOrOldest(u8string_view string, uint16_t scroll, uint16_t scrollingMode, PaletteIndex colour)
122 {

Callers 1

setBitmapForSpriteFunction · 0.85

Calls 1

Tested by

no test coverage detected