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

Method DrawText

include/FontUnmanaged.hpp:175–177  ·  view source on GitHub ↗

* Draw text using font and additional parameters. */

Source from the content-addressed store, hash-verified

173 * Draw text using font and additional parameters.
174 */
175 void DrawText(const char* text, ::Vector2 position, float fontSize, float spacing, ::Color tint = WHITE) const {
176 ::DrawTextEx(*this, text, position, fontSize, spacing, tint);
177 }
178
179 /**
180 * Draw text using font and additional parameters.

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 3

DrawTextExFunction · 0.85
DrawTextProFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected