Instance Method
insertInstance(_:at:) insertObject:inInstancesAtIndex: insertObject_inInstancesAtIndex_
Inserts an instance at an index.
Declaration
func insertInstance(_ instance: GSInstance, at idx: UInt)Declaration
- (void) insertObject:(GSInstance *) instance inInstancesAtIndex:(NSUInteger) idx;Declaration
insertObject_inInstancesAtIndex_(instance: GSInstance, idx: int)See Also
Instances
Export configurations of the font.
The number of instances in the font.
Returns the instance at an index, or
nilwhen the index is out of range.Inserts an instance at an index.
Adds an instance to the font.
Adds an instance without undo registration or change notifications.
Removes an instance from the font.
Removes instances from the font.
Removes the instance at an index.
Replaces the instance at an index.
Instance groups for UI presentation.
Instances with unique interpolation locations.
Returns the instance at an internal design-space position.
See Also
Instances
Export configurations of the font.
The number of instances in the font.
Returns the instance at an index, or
nilwhen the index is out of range.Inserts an instance at an index.
Adds an instance to the font.
Adds an instance without undo registration or change notifications.
Removes an instance from the font.
Removes instances from the font.
Removes the instance at an index.
Replaces the instance at an index.
Instance groups for UI presentation.
Instances with unique interpolation locations.
Returns the instance at an internal design-space position.
Returns the instance nearest to an internal design-space position.