MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getImageForCharacter

Function getImageForCharacter

src/OpenLoco/src/Graphics/Gfx.cpp:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 }
502
503 ImageId getImageForCharacter(Font font, char32_t character)
504 {
505 const auto imageId = getImageIdForCharacter(font, character);
506 return ImageId(imageId);
507 }
508
509 // 0x00451DCB
510 void movePixelsOnScreen(int16_t dstX, int16_t dstY, int16_t width, int16_t height, int16_t srcX, int16_t srcY)

Callers 3

loopNewlineFunction · 0.85
drawStringYOffsetsFunction · 0.85
drawStringMaxCharsFunction · 0.85

Calls 2

getImageIdForCharacterFunction · 0.85
ImageIdClass · 0.85

Tested by

no test coverage detected