MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DrawString

Method DrawString

olcPixelGameEngine.h:4106–4109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4104 }
4105
4106 void PixelGameEngine::DrawString(const olc::vi2d& pos, const std::string& sText, Pixel col, uint32_t scale)
4107 {
4108 DrawString(pos.x, pos.y, sText, col, scale);
4109 }
4110
4111 void PixelGameEngine::DrawString(int32_t x, int32_t y, const std::string& sText, Pixel col, uint32_t scale)
4112 {

Callers

nothing calls this directly

Calls 2

GetPixelMethod · 0.80
SpriteMethod · 0.45

Tested by

no test coverage detected