Instance Property
associatedMasterId
The identifier of the font master that supplies metrics and other master-specific values.
Declaration
var associatedMasterId: String? { get set }Declaration
@property (nonatomic, strong) NSString * associatedMasterId;Declaration
pyobjc_instanceMethods.associatedMasterId() -> str
pyobjc_instanceMethods.setAssociatedMasterId_(associatedMasterId: str)Discussion
For a master layer, this is the same as layerId.
See Also
Associated Master
The master that supplies master-specific values for the layer.
Resolves the associated master with control over the amount of interpolated master data.
Directly looks up the associated master by its identifier.