pub unsafe extern "C" fn fontGetCharWidthInfo(
font: *mut CFNT_s,
glyphIndex: c_int,
) -> *mut charWidthInfo_sExpand description
Retrieves character width information of the specified glyph.
ยงArguments
font- Pointer to font structure. If NULL, the shared system font is used.glyphIndex- Index of the glyph.