Function raylib::ffi::LoadFontFromImage[][src]

pub unsafe extern "C" fn LoadFontFromImage(
    image: Image,
    key: Color,
    firstChar: i32
) -> Font