Declaration

var kerningVertical: MGOrderedDictionary<NSString, MGOrderedDictionary<AnyObject, AnyObject>> { get set }

Declaration

@property (nonatomic, strong) MGOrderedDictionary<NSString *,MGOrderedDictionary *> * kerningVertical;

Declaration

pyobjc_instanceMethods.kerningVertical() -> MGOrderedDictionary<NSString *,MGOrderedDictionary *>
pyobjc_instanceMethods.setKerningVertical_(kerningVertical: MGOrderedDictionary<NSString *,MGOrderedDictionary *>)

Discussion

The outer dictionary is keyed by master identifier. Each master dictionary maps first-side glyph identifiers or group keys to dictionaries of second-side glyph identifiers or group keys. The innermost values are kerning values.

See Also

Kerning

See Also

Kerning