[][src]Function raylib::ffi::LoadFontEx

pub unsafe extern "C" fn LoadFontEx(
    fileName: *const i8,
    fontSize: i32,
    fontChars: *mut i32,
    charsCount: i32
) -> Font