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

Method ImageText

include/FontUnmanaged.hpp:287–289  ·  view source on GitHub ↗

* Create an image from text (custom sprite font). */

Source from the content-addressed store, hash-verified

285 * Create an image from text (custom sprite font).
286 */
287 RLCPP_NODISCARD ::Image ImageText(const char* text, float fontSize, float spacing, ::Color tint) const {
288 return ::ImageTextEx(*this, text, fontSize, spacing, tint);
289 }
290
291 /**
292 * Create an image from text (custom sprite font).

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected