pub fn gen_image_font_atlas( chars: Vec<GlyphInfo>, font_size: u32, padding: i32, skyline_pack: bool, ) -> Option<(Image, Vec<Rectangle>)>
Generate image font atlas using chars info