pub unsafe extern "C" fn fontGetGlyphSheetTex(
font: *mut CFNT_s,
sheetIndex: c_int,
) -> *mut c_voidExpand description
Retrieves the pointer to texture data for the specified texture sheet.
ยงArguments
font- Pointer to font structure. If NULL, the shared system font is used.sheetIndex- Index of the texture sheet.