Function fontGetGlyphInfo

Source
pub unsafe extern "C" fn fontGetGlyphInfo(
    font: *mut CFNT_s,
) -> *mut TGLP_s
Expand description

Retrieves the texture sheet information of a font.

§Arguments

  • font - Pointer to font structure. If NULL, the shared system font is used.