fn determine_line_breaks(
logical_input: &TaggedString,
spacing: f64,
max_width: f64,
glyph_map: &BTreeMap<u64, BTreeMap<u16, Option<Glyph>>>,
image_positions: &HashMap<String, ImagePosition>,
layout_text_size: f64,
) -> BTreeSet<usize>Expand description
maplibre/maplibre-native#4add9ea original name: determine_line_breaks