Declaration

func expandWildcards(inNameList nameList: [String], contextLabel: String) throws -> Set<String>

Declaration

- (NSSet<NSString *> *) expandWildcardsInNameList:(NSArray<NSString *> *) nameList contextLabel:(NSString *) contextLabel error:(NSError **) error;

Declaration

expandWildcardsInNameList_contextLabel_error_(nameList: list[str], contextLabel: str) -> tuple[set[str], NSError]

Parameters

nameList

Literal glyph names and name queries to expand.

contextLabel

A description of the queries’ source for use in errors.

Parameters

nameList

Literal glyph names and name queries to expand.

contextLabel

A description of the queries’ source for use in errors.

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Discussion

Duplicate matches are removed and the order of the names is not preserved.

See Also

Glyph Name Queries