* Get index position for a unicode character on font. */
| 280 | * Get index position for a unicode character on font. |
| 281 | */ |
| 282 | RLCPP_NODISCARD int GetGlyphIndex(int character) const { return ::GetGlyphIndex(*this, character); } |
| 283 | |
| 284 | /** |
| 285 | * Create an image from text (custom sprite font). |
nothing calls this directly
no outgoing calls
no test coverage detected