pub fn get_glyph_quads(
shaped_text: &Shaping,
text_offset: [f64; 2],
layout: &SymbolLayoutProperties_Evaluated,
placement: SymbolPlacementType,
image_map: &HashMap<String, Image>,
allow_vertical_placement: bool,
) -> Vec<SymbolQuad>Expand description
maplibre/maplibre-native#4add9ea original name: getGlyphQuads