Declaration

func replaceAxis(at idx: UInt, with axis: GSAxis)

Declaration

- (void) replaceObjectInAxesAtIndex:(NSUInteger) idx withObject:(GSAxis *) axis;

Declaration

replaceObjectInAxesAtIndex_withObject_(idx: int, axis: GSAxis)

Parameters

idx

A valid index in axes.

axis

The replacement axis.

Discussion

The replacement axis becomes owned by the glyph, and the replaced axis no longer belongs to the glyph.

See Also

Glyph Axes

See Also

Glyph Axes