GlyphPath

Overview

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

Ordered sequence of PathCommand objects representing one glyph’s outline.

Methods

SignatureDescription
__init__(commands: list[PathCommand] | None)
append(cmd: PathCommand)
extend(cmds: list[PathCommand])