Instance Property
kerningRTL
Right-to-left kerning data.
Declaration
var kerningRTL: MGOrderedDictionary<NSString, MGOrderedDictionary<AnyObject, AnyObject>> { get set }Declaration
@property (nonatomic, strong) MGOrderedDictionary<NSString *,MGOrderedDictionary *> * kerningRTL;Declaration
pyobjc_instanceMethods.kerningRTL() -> MGOrderedDictionary<NSString *,MGOrderedDictionary *>
pyobjc_instanceMethods.setKerningRTL_(kerningRTL: MGOrderedDictionary<NSString *,MGOrderedDictionary *>)Discussion
The outer dictionary is keyed by master identifier. Each master dictionary maps left-side glyph identifiers or group keys to dictionaries of right-side glyph identifiers or group keys. The innermost values are kerning values.
See Also
Kerning
Left-to-right kerning data.
Vertical kerning data.
Kerning dictionary for a writing direction.
Kerning dictionary for one master and writing direction.
Kerning value between two glyphs in a master and writing direction.
Kerning value between two glyphs in a master kerning dictionary.
Kerning value for a pair of kerning keys.
Sets the kerning value for a pair of kerning keys.
Removes the kerning value for a pair of kerning keys.
Replaces the kerning dictionary for one master and writing direction.
Adds kerning pairs to the kerning dictionary for one master and writing direction.
Returns the master identifier used for metrics and kerning data.
Returns the master identifier used for metrics and kerning data.
See Also
Kerning
Left-to-right kerning data.
Vertical kerning data.
Kerning dictionary for a writing direction.
Kerning dictionary for one master and writing direction.
Kerning value between two glyphs in a master and writing direction, or
NSNotFoundwhen no pair applies.Kerning value between two glyphs in a master kerning dictionary, or
NSNotFoundwhen no pair applies.- kerningForFontMasterID:
leftKey: kerningForFontMasterID_rightKey: direction: leftKey_ rightKey_ direction_ Kerning value for a pair of kerning keys, or
NSNotFoundwhen no pair is stored. Sets the kerning value for a pair of kerning keys.
Removes the kerning value for a pair of kerning keys.
Replaces the kerning dictionary for one master and writing direction.
Adds kerning pairs to the kerning dictionary for one master and writing direction.
Returns the master identifier used for metrics and kerning data.
Returns the master identifier used for metrics and kerning data.