[][src]Function raylib::ffi::GenImageFontAtlas

pub unsafe extern "C" fn GenImageFontAtlas(
    chars: *mut CharInfo,
    charsCount: i32,
    fontSize: i32,
    padding: i32,
    packMethod: i32
) -> Image