AxisRecord
Overview
AxisRecord is a class in Aspose.Font FOSS for Python.
AxisRecord.tag stores the four‑character axis tag identifier (e.g., ‘wght’).
Properties: default_value, flags, max_value, min_value, name_id, tag.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tag | str | Read/Write | Gets or sets the tag. |
min_value | float | Read/Write | Gets or sets the min value. |
default_value | float | Read/Write | Gets or sets the default value. |
max_value | float | Read/Write | Gets or sets the max value. |
flags | int | Read/Write | Gets or sets the flags. |
name_id | int | Read/Write | Gets or sets the name id. |