Type Method
parseContextKey(_:)parseContextKey:parseContextKey_
Parses a contextual kerning key into glyph tokens and class tokens.
Declaration
class func parseContextKey(_ str: String) -> [Any]Declaration
+ (NSArray *) parseContextKey:(NSString *) str;Declaration
parseContextKey_(str: str) -> listDiscussion
Class tokens are returned as nested arrays.
See Also
Contextual Kerning
Contextual kerning data.
Contextual kerning value for a context key and master.
Sets the contextual kerning value for a context key and master.
Removes the contextual kerning value for a context key and master.
Replaces a context key while keeping its master values.
See Also
Contextual Kerning
Contextual kerning data.
Contextual kerning value for a context key and master, or
NSNotFoundwhen no value is stored.Sets the contextual kerning value for a context key and master.
Removes the contextual kerning value for a context key and master.
Replaces a context key while keeping its master values.