pub fn get_shaping(
formatted_string: &TaggedString,
max_width: f64,
line_height: f64,
text_anchor: SymbolAnchorType,
text_justify: TextJustifyType,
spacing: f64,
translate: &[f64; 2],
writing_mode: WritingModeType,
bidi: &BiDi,
glyph_map: &BTreeMap<u64, BTreeMap<u16, Option<Glyph>>>,
glyph_positions: &BTreeMap<u64, BTreeMap<u16, GlyphPosition>>,
image_positions: &HashMap<String, ImagePosition>,
layout_text_size: f64,
layout_text_size_at_bucket_zoom_level: f64,
allow_vertical_placement: bool,
) -> ShapingExpand description
maplibre/maplibre-native#4add9ea original name: getShaping