Declaration

func associatedFontMaster(thin: Bool) -> GSFontMaster?

Declaration

- (GSFontMaster *) associatedFontMasterThin:(BOOL) thin;

Declaration

associatedFontMasterThin_(thin: bool) -> GSFontMaster

Parameters

thin

Whether 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