Declaration

func mastersCompatible(forLayerIds fontMasterIds: [String]) -> Bool

Declaration

- (BOOL) mastersCompatibleForLayerIds:(NSArray<NSString *> *) fontMasterIds;

Declaration

mastersCompatibleForLayerIds_(fontMasterIds: list[str]) -> bool

Parameters

fontMasterIds

The layer identifiers to compare.

Discussion

The first layer establishes the required structure. Inactive subsequent layers do not affect the result.

See Also

Layer Compatibility