Function shape_lines

Source
fn shape_lines(
    shaping: &mut Shaping,
    lines: &mut Vec<TaggedString>,
    spacing: f64,
    line_height: f64,
    text_anchor: SymbolAnchorType,
    text_justify: TextJustifyType,
    writing_mode: WritingModeType,
    glyph_map: &BTreeMap<u64, BTreeMap<u16, Option<Glyph>>>,
    glyph_positions: &BTreeMap<u64, BTreeMap<u16, GlyphPosition>>,
    image_positions: &HashMap<String, ImagePosition>,
    layout_text_size: f64,
    allow_vertical_placement: bool,
)
Expand description

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