| 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, |