TupleVariation

Overview

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

TupleVariation.peak_coords holds the axis coordinate values that define the variation peak.

Properties: deltas, end_coords, peak_coords, points, start_coords.

Properties

NameTypeAccessDescription
peak_coordsdict[str, float]Read/WriteGets or sets the peak coords.
start_coordsdict[str, float] | NoneRead/WriteGets or sets the start coords.
end_coordsdict[str, float] | NoneRead/WriteGets or sets the end coords.
pointslist[int] | NoneRead/WriteGets or sets the points.
deltaslist[tuple[int, int]]Read/WriteGets or sets the deltas.

See Also