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

Function DrawText

include/Functions.hpp:252–254  ·  view source on GitHub ↗

* Draw text (using default font) */

Source from the content-addressed store, hash-verified

250 * Draw text (using default font)
251 */
252RLCPP_MAYBEUNUSED RLCPPAPI inline void DrawText(const char* text, int posX, int posY, int fontSize, ::Color color) {
253 ::DrawText(text, posX, posY, fontSize, color);
254}
255
256/**
257 * Draw text (using default font)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected