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

Font axes are shared by masters, instances, layers, and glyphs. Each axis in this collection belongs to the font. Use this property or the axis mutation methods instead of modifying the returned array directly.

See Also

Axes

See Also

Axes