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

Function DrawTextPro

include/Functions.hpp:283–293  ·  view source on GitHub ↗

* Draw text using Font and pro parameters (rotation) */

Source from the content-addressed store, hash-verified

281 * Draw text using Font and pro parameters (rotation)
282 */
283RLCPP_MAYBEUNUSED RLCPPAPI inline void DrawTextPro(
284 const Font& font,
285 const char* text,
286 Vector2 position,
287 Vector2 origin,
288 float rotation,
289 float fontSize,
290 float spacing,
291 ::Color tint) {
292 ::DrawTextPro(font, text, position, origin, rotation, fontSize, spacing, tint);
293}
294
295/**
296 * Draw text using Font and pro parameters (rotation)

Callers 3

DrawMethod · 0.85
DrawTextFunction · 0.85
DrawTextMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected