VariableAxisPreset

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

NameTypeAccessDescription
namestrReadGets the name.
valuefloatReadGets the value.
descriptionstrReadGets the description.

Methods

SignatureDescription
to_presentation(axis: VariableAxis | None)dict[str, object]Returns a dictionary of presentation metadata for the preset, suitable for UI rendering of preset controls

See Also