pub unsafe extern "C" fn fontGlyphIndexFromCodePoint(
font: *mut CFNT_s,
codePoint: u32_,
) -> c_intExpand description
Retrieves the glyph index of the specified Unicode codepoint.
ยงArguments
font- Pointer to font structure. If NULL, the shared system font is used.codePoint- Unicode codepoint.