Function rust_raylib::ffi::GetGlyphIndex
source · pub unsafe extern "C" fn GetGlyphIndex(
font: Font,
codepoint: c_int
) -> c_intExpand description
Get glyph index position in font for a codepoint (unicode character), fallback to ‘?’ if not found