Instance Method
removePieceValue(forKey:)removePieceValueForKey:removePieceValueForKey_
Removes an explicit interpolation value for a smart-component axis.
Declaration
func removePieceValue(forKey key: String)Declaration
- (void) removePieceValueForKey:(NSString *) key;Declaration
removePieceValueForKey_(key: str)Parameters
keyThe axis ID.
Discussion
The axis then uses the coordinate of the corresponding base-glyph layer.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Replaces the smart-component settings without copying, undo, or change notifications.
Sets an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis, or
nilwhen the axis has no explicit value.The effective interpolation value for a smart-component axis.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Replaces the smart-component settings without copying, undo, or change notifications.
Sets an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis.
The effective interpolation value for a smart-component axis.