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

Method Text

include/Image.hpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 operator std::string() const { return ToString(); }
106
107 static ::Image Text(const std::string& text, int fontSize, ::Color color = {255, 255, 255, 255}) {
108 return ::ImageText(text.c_str(), fontSize, color);
109 }
110
111 static ::Image Text(
112 const ::Font& font,

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected