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

Method Draw

include/Text.hpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 * Draw text with values in class.
95 */
96 void Draw(const ::Vector2& position) const { ::DrawTextEx(font, text.c_str(), position, fontSize, spacing, color); }
97
98 /**
99 * Draw text with values in class.

Callers

nothing calls this directly

Calls 4

DrawTextExFunction · 0.85
DrawTextProFunction · 0.85
c_strMethod · 0.80
DrawTextFunction · 0.70

Tested by

no test coverage detected