Type Method
code(_:containsGlyphName:) code:containsGlyphName: code_containsGlyphName_
Returns whether OpenType feature code contains a glyph name as a complete token.
Declaration
class func code(_ code: String, containsGlyphName glyphName: String) -> BoolDeclaration
+ (BOOL) code:(NSString *) code containsGlyphName:(NSString *) glyphName;Declaration
code_containsGlyphName_(code: str, glyphName: str) -> boolParameters
codeOpenType feature code.
glyphNameThe glyph name to find.
See Also
Glyph Names
A name that is unique among the local glyphs in the font.
A name that is unique among the local glyphs in the font.
A suffix that makes the glyph name unique among the local glyphs in the font, or
nilwhen no suffix is needed.Makes the glyph name unique among the local glyphs in the font.
Notifies the font that a glyph name has changed.
The kinds of references affected by renamed glyphs.
Updates references to renamed glyphs after confirmation when affected references exist.
Updates references to renamed glyphs without requesting confirmation.