Instance Method
kerningForFontMasterID:leftKey:rightKey:direction: kerningForFontMasterID:leftKey:rightKey:direction: kerningForFontMasterID_leftKey_rightKey_direction_
Kerning value for a pair of kerning keys, or NSNotFound when no pair is stored.
Not available in Swift.
Declaration
- (CGFloat) kerningForFontMasterID:(id) fontMasterID leftKey:(id) leftKey rightKey:(id) rightKey direction:(GSWritingDirection) direction;Declaration
kerningForFontMasterID_leftKey_rightKey_direction_(fontMasterID: object, leftKey: object, rightKey: object, direction: GSWritingDirection) -> floatDiscussion
Kerning keys are glyph identifiers or prefixed group keys such as @MMK_L_A and @MMK_R_A.
See Also
Kerning
Left-to-right kerning data.
Right-to-left 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.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.