Instance Method
value(for:)valueForAxis:valueForAxis_
The effective interpolation value for a smart-component axis.
Declaration
func value(for axis: GSAxis) -> CGFloatDeclaration
- (CGFloat) valueForAxis:(GSAxis *) axis;Declaration
valueForAxis_(axis: GSAxis) -> floatParameters
axisAn axis of the referenced glyph.
Discussion
An explicit value in pieceSettings overrides 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.
Removes 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.
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.
Removes an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis.