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