Instance Property
kerningContext
Contextual kerning data.
Declaration
var kerningContext: MGOrderedDictionary<NSString, MGOrderedDictionary<AnyObject, AnyObject>> { get set }Declaration
@property (nonatomic, strong) MGOrderedDictionary<NSString *,MGOrderedDictionary *> * kerningContext;Declaration
kerningContext() -> MGOrderedDictionary<NSString *,MGOrderedDictionary *>
setKerningContext_(kerningContext: MGOrderedDictionary<NSString *,MGOrderedDictionary *>)Discussion
The outer dictionary is keyed by context key. Each context dictionary maps master identifiers to kerning values.
See Also
Contextual Kerning
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.
Parses a contextual kerning key into glyph tokens and class tokens.
See Also
Contextual Kerning
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.
Parses a contextual kerning key into glyph tokens and class tokens.