Declaration

var axes: [GSAxis] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSAxis *> * axes;

Declaration

pyobjc_instanceMethods.axes() -> list[GSAxis]
pyobjc_instanceMethods.setAxes_(axes: list[GSAxis])

Discussion

Glyph-local axes describe variation within this glyph and follow the font axes in a complete design-space location. Each axis in this collection belongs to the glyph. Use this property or the axis mutation methods instead of modifying the returned array directly.

See Also

Glyph Axes

See Also

Glyph Axes