CurveAdapter

Overview

CurveAdapter is a class in Aspose.Font FOSS for Python.

Methods

SignatureDescription
quad_to_cubic(p0: Point, q: Point, p3: Point)tuple[Point, Point, Point, Point]
cubic_to_quads(p0: Point, c1: Point, c2: Point, p3: Point, tolerance: float)list[QuadSegment]
convert_path_quad_to_cubic(path: GlyphPath)GlyphPath
convert_path_cubic_to_quad(path: GlyphPath, tolerance: float)GlyphPath