Instance Method
backportRTLKerning()backportRTLKerningbackportRTLKerning
Returns right-to-left kerning converted back into left-to-right kerning data.
Declaration
func backportRTLKerning() -> MGOrderedDictionary<AnyObject, AnyObject>?Declaration
- (MGOrderedDictionary *) backportRTLKerning;Declaration
backportRTLKerning() -> MGOrderedDictionarySee Also
Kerning Maintenance
Converts redundant glyph kerning to group kerning for a writing direction.
Removes kerning pairs that reference missing glyphs or unused groups.
Sorts the kerning dictionaries into font order.
Replaces a kerning key in selected masters and writing direction.
Moves right-to-left kerning from left-to-right kerning data to right-to-left kerning data.
Returns migrated right-to-left kerning data from a kerning dictionary.
Converts imported kerning from glyph names to glyph identifiers.