* Measure string width for default font */
| 121 | * Measure string width for default font |
| 122 | */ |
| 123 | RLCPP_NODISCARD int Measure() const { return ::MeasureText(text.c_str(), static_cast<int>(fontSize)); } |
| 124 | |
| 125 | /** |
| 126 | * Measure string size for Font |
nothing calls this directly
no test coverage detected