Function make_glyph_atlas

Source
pub fn make_glyph_atlas(
    glyphs: &BTreeMap<u64, BTreeMap<u16, Option<Glyph>>>,
) -> GlyphAtlas
Expand description

maplibre/maplibre-native#4add9ea original name: makeGlyphAtlas