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
| Name | Type | Access | Description |
|---|---|---|---|
peak_coords | dict[str, float] | Read/Write | Gets or sets the peak coords. |
start_coords | dict[str, float] | None | Read/Write | Gets or sets the start coords. |
end_coords | dict[str, float] | None | Read/Write | Gets or sets the end coords. |
points | list[int] | None | Read/Write | Gets or sets the points. |
deltas | list[tuple[int, int]] | Read/Write | Gets or sets the deltas. |