Instance Method
associatedFontMaster()associatedFontMasterassociatedFontMaster
The master that supplies master-specific values for the layer.
Declaration
func associatedFontMaster() -> GSFontMaster?Declaration
- (GSFontMaster *) associatedFontMaster;Declaration
associatedFontMaster() -> GSFontMasterDiscussion
For an Intermediate layer, this can be a master interpolated at the layer coordinates. Returns nil when the layer is detached or its associated master cannot be resolved.
See Also
Associated Master
The identifier of the font master that supplies metrics and other master-specific values.
Resolves the associated master with control over the amount of interpolated master data.
Directly looks up the associated master by its identifier.