Instance Method
mastersCompatible(forLayerIds:)mastersCompatibleForLayerIds:mastersCompatibleForLayerIds_
Whether the specified layers have matching shapes, anchor names, and path-component hints.
Declaration
func mastersCompatible(forLayerIds fontMasterIds: [String]) -> BoolDeclaration
- (BOOL) mastersCompatibleForLayerIds:(NSArray<NSString *> *) fontMasterIds;Declaration
mastersCompatibleForLayerIds_(fontMasterIds: list[str]) -> boolParameters
fontMasterIdsThe layer identifiers to compare.
Discussion
The first layer establishes the required structure. Inactive subsequent layers do not affect the result.
See Also
Layer Compatibility
Whether every layer group has matching structure for interpolation.
Whether the layers have matching shapes, anchor names, and path-component hints.
Whether selected aspects of the specified layers have matching structure.
Marks layer compatibility for reevaluation.
Clears the shapes of active layers whose selected aspects do not match the first layer.