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

See Also

Contextual Kerning