* Returns if the font is ready to be used. */
| 168 | * Returns if the font is ready to be used. |
| 169 | */ |
| 170 | RLCPP_NODISCARD bool IsValid() const { return ::IsFontValid(*this); } |
| 171 | |
| 172 | /** |
| 173 | * Draw text using font and additional parameters. |
nothing calls this directly
no outgoing calls
no test coverage detected