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

Function DrawTextEx

include/Functions.hpp:267–270  ·  view source on GitHub ↗

* Draw text using font and additional parameters */

Source from the content-addressed store, hash-verified

265 * Draw text using font and additional parameters
266 */
267RLCPP_MAYBEUNUSED RLCPPAPI inline void
268DrawTextEx(const Font& font, const char* text, Vector2 position, float fontSize, float spacing, ::Color tint) {
269 ::DrawTextEx(font, text, position, fontSize, spacing, tint);
270}
271
272/**
273 * Draw text using font and additional parameters

Callers 3

DrawMethod · 0.85
DrawTextFunction · 0.85
DrawTextMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected