Instance Method
convertKerning()convertKerning:convertKerning_
Converts imported kerning from glyph names to glyph identifiers.
Declaration
func convertKerning() throwsDeclaration
- (BOOL) convertKerning:(NSError **) error;Declaration
convertKerning_() -> tuple[bool, NSError]Parameters
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
Discussion
This method is part of the Glyphs file import path.
Return Value
YES if the method succeeded, otherwise NO.
Discussion
This method is part of the Glyphs file import path.
See 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.
Returns right-to-left kerning converted back into left-to-right kerning data.