MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetGlyphIndex

Method GetGlyphIndex

include/FontUnmanaged.hpp:282–282  ·  view source on GitHub ↗

* Get index position for a unicode character on font. */

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected