Function get_glyph_advance

Source
fn get_glyph_advance(
    code_point: u16,
    section: &SectionOptions,
    glyph_map: &BTreeMap<u64, BTreeMap<u16, Option<Glyph>>>,
    image_positions: &HashMap<String, ImagePosition>,
    layout_text_size: f64,
    spacing: f64,
) -> f64
Expand description

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