pub(crate) fn place_detour_label( text: &str, font_size: usize, center_x: f64, lane_y: f64, above: bool, blocked: &[(Point, Point)], ) -> Point