MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawText

Function DrawText

include/Image.hpp:659–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657 }
658
659 void DrawText(const char* text, ::Vector2 position, int fontSize, ::Color color = {255, 255, 255, 255}) {
660 ::ImageDrawText(this, text, static_cast<int>(position.x), static_cast<int>(position.y), fontSize, color);
661 }
662
663 void DrawText(const std::string& text, ::Vector2 position, int fontSize, ::Color color = {255, 255, 255, 255}) {
664 ::ImageDrawText(

Callers 15

DrawMethod · 0.70
UpdateDrawFrameFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
UpdateDrawFrameFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected