Instance Method
baseName(_:forWildCard:) baseName:forWildCard: baseName_forWildCard_
Returns the part of a matching glyph name represented by * in a name pattern, or nil when the pattern does not contain * or the glyph name is shorter than the pattern.
Declaration
func baseName(_ name: String, forWildCard wild: String) -> String?Declaration
- (NSString *) baseName:(NSString *) name forWildCard:(NSString *) wild;Declaration
baseName_forWildCard_(name: str, wild: str) -> strParameters
nameA glyph name matching the pattern.
wildA name pattern containing
*.
See Also
Glyph Name Queries
Returns the local glyph names matching a name query.
Expands name queries into a set of local glyph names.
Rebuilds the cache that maps local glyph names to glyphs.