pub fn place_first_and_last_glyph(
font_scale: f64,
line_offset_x: f64,
line_offset_y: f64,
flip: bool,
anchor_point: Point2D<f64, TileSpace>,
tile_anchor_point: Point2D<f64, TileSpace>,
symbol: &PlacedSymbol,
label_plane_matrix: &Matrix4<f64>,
return_tile_distance: bool,
) -> Option<(PlacedGlyph, PlacedGlyph)>Expand description
maplibre/maplibre-native#4add9ea original name: placeFirstAndLastGlyph