TupleScalarDelta
Overview
TupleScalarDelta is a class in Aspose.Font FOSS for Python.
TupleScalarDelta.to_dict() returns a dict with tuple_index, before_scalar and after_scalar values.
This class provides 1 method for working with TupleScalarDelta objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: after_scalar, before_scalar, tuple_index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tuple_index | int | Read | Gets the tuple index. |
before_scalar | float | Read | Gets the before scalar. |
after_scalar | float | Read | Gets the after scalar. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dict with tuple_index, before_scalar and after_scalar values |