| 94 | * Draw text with values in class. |
| 95 | */ |
| 96 | void Draw(const ::Vector2& position) const { ::DrawTextEx(font, text.c_str(), position, fontSize, spacing, color); } |
| 97 | |
| 98 | /** |
| 99 | * Draw text with values in class. |
nothing calls this directly
no test coverage detected