Expand description
TrueType style outline to path conversion.
Structsยง
- Contour
Point ๐ - Combination of point coordinates and flags.
Enumsยง
- Pending
State ๐ - ToPath
Error - Errors that can occur when converting an outline to a path.
Functionsยง
- contour_
to_ ๐path - Generates a path from an iterator of contour points.
- contour_
to_ ๐path_ freetype - contour_
to_ ๐path_ harfbuzz - to_path ๐
- Converts a
glyf
outline described by points, flags and contour end points to a sequence of path elements and invokes the appropriate callback on the given pen for each.