pub(crate) fn place_label_with_offset( text: &str, font_size: usize, mid: Point, normal: Point, offset: f64, blocked: &[(Point, Point)], ) -> Point