* Measure string size for Font */
| 126 | * Measure string size for Font |
| 127 | */ |
| 128 | RLCPP_NODISCARD Vector2 MeasureEx() const { return ::MeasureTextEx(font, text.c_str(), fontSize, spacing); } |
| 129 | |
| 130 | Text& operator=(const Text& other) { |
| 131 | if (this == &other) { |