Declaration

func removeIncompatibleLayerContent(_ fontMasterIds: [String], options: GSLayerCompareFlags) -> [String]

Declaration

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

Declaration

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

Parameters

fontMasterIds

The layer identifiers to inspect.

options

The aspects of the layers to compare.

Return Value

The identifiers whose layers were retained.

See Also

Layer Compatibility