Function ctru_sys::fontGetCharWidthInfo
source · pub unsafe extern "C" fn fontGetCharWidthInfo(
font: *mut CFNT_s,
glyphIndex: c_int
) -> *mut charWidthInfo_s
Expand 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.