Declaration

func migrateRTLKerningDict(_ kerningDict: NSMutableDictionary, doClasses: Bool) -> MGOrderedDictionary<NSString, MGOrderedDictionary<AnyObject, AnyObject>>?

Declaration

- (MGOrderedDictionary<NSString *,MGOrderedDictionary *> *) migrateRTLKerningDict:(NSMutableDictionary *) kerningDict doClasses:(BOOL) doClasses;

Declaration

migrateRTLKerningDict_doClasses_(kerningDict: dict, doClasses: bool) -> MGOrderedDictionary<NSString *,MGOrderedDictionary *>

Parameters

doClasses

Whether to update the glyph kerning groups while migrating.

Discussion

Right-to-left glyph kerning groups are swapped when doClasses is YES.

See Also

Kerning Maintenance