Function contour_to_path_freetype

Source
fn contour_to_path_freetype<C: PointCoord>(
    points: impl ExactSizeIterator<Item = ContourPoint<C>>,
    first_point: ContourPoint<C>,
    last_point: ContourPoint<C>,
    pen: &mut impl OutlinePen,
) -> Result<(), ToPathError>