Instance Property
pieceSettings
Explicit interpolation values for smart-component axes.
Declaration
var pieceSettings: GSNotifyingDictionary? { get set }Declaration
@property (nonatomic, strong) GSNotifyingDictionary * pieceSettings;Declaration
pieceSettings() -> GSNotifyingDictionary
setPieceSettings_(pieceSettings: GSNotifyingDictionary)Discussion
Keys are axis IDs from the referenced glyph and values are numbers. An axis without an explicit value uses the coordinate of the corresponding base-glyph layer. Preserve unrecognized entries when modifying the dictionary.
See Also
Smart Components
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.The effective interpolation value for a smart-component axis.
See Also
Smart Components
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.
The effective interpolation value for a smart-component axis.