Instance Method
associatedFontMaster(thin:)associatedFontMasterThin:associatedFontMasterThin_
Resolves the associated master with control over the amount of interpolated master data.
Declaration
func associatedFontMaster(thin: Bool) -> GSFontMaster?Declaration
- (GSFontMaster *) associatedFontMasterThin:(BOOL) thin;Declaration
associatedFontMasterThin_(thin: bool) -> GSFontMasterParameters
thinWhether to produce a reduced master without interpolating auxiliary master data.
Discussion
For an Intermediate layer, this can return 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.
The master that supplies master-specific values for the layer.
Directly looks up the associated master by its identifier.