Skip to main content

LoadFontFromMemory

Function LoadFontFromMemory 

Source
pub unsafe extern "C" fn LoadFontFromMemory(
    fileType: *const i8,
    fileData: *const u8,
    dataSize: i32,
    fontSize: i32,
    codepoints: *mut i32,
    codepointCount: i32,
) -> Font