Function LoadFontFromMemory

Source
pub unsafe extern "C" fn LoadFontFromMemory(
    fileType: *const c_char,
    fileData: *const c_uchar,
    dataSize: c_int,
    fontSize: c_int,
    fontChars: *mut c_int,
    glyphCount: c_int,
) -> Font
Expand description

Load font from memory buffer, fileType refers to extension: i.e. ‘.ttf’