Declaration

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

Declaration

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

Declaration

mastersCompatibleForLayerIds_options_(fontMasterIds: list[str], options: GSLayerCompareFlags) -> bool

Parameters

fontMasterIds

The layer identifiers to compare.

options

The aspects of the layers to compare.

Discussion

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

See Also

Layer Compatibility