Instance Method
removeContextKerning(forKey:fontMasterID:) removeContextKerningForKey:fontMasterID: removeContextKerningForKey_fontMasterID_
Removes the contextual kerning value for a context key and master.
Declaration
func removeContextKerning(forKey key: Any, fontMasterID masterID: Any)Declaration
- (void) removeContextKerningForKey:(id) key fontMasterID:(id) masterID;Declaration
removeContextKerningForKey_fontMasterID_(key: object, masterID: object)Discussion
The context key is removed when no master values remain.
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.
Replaces a context key while keeping its master values.
Parses a contextual kerning key into glyph tokens and class tokens.
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.
Replaces a context key while keeping its master values.
Parses a contextual kerning key into glyph tokens and class tokens.