VariableAxisPreset
Overview
VariableAxisPreset is a class in Aspose.Font FOSS for Python.
VariableAxisPreset.to_presentation(axis) returns a dictionary of presentation metadata for the preset, suitable for UI rendering of preset controls.
This class provides 1 method for working with VariableAxisPreset objects in Python programs.
Available methods include: to_presentation.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: description, name, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets the name. |
value | float | Read | Gets the value. |
description | str | Read | Gets the description. |
Methods
| Signature | Description |
|---|---|
to_presentation(axis: VariableAxis | None) → dict[str, object] | Returns a dictionary of presentation metadata for the preset, suitable for UI rendering of preset controls |