Instance Method
setPreviousKerningGroupID(_:for:) setPreviousKerningGroupID:forDirection: setPreviousKerningGroupID_forDirection_
Sets the prefixed kerning key on the side facing the preceding glyph for a writing direction.
Declaration
func setPreviousKerningGroupID(_ groupId: String, for direction: GSWritingDirection)Declaration
- (void) setPreviousKerningGroupID:(NSString *) groupId forDirection:(GSWritingDirection) direction;Declaration
setPreviousKerningGroupID_forDirection_(groupId: str, direction: GSWritingDirection)Parameters
groupIdThe prefixed kerning key.
directionThe writing direction used to determine the preceding side.
See Also
Kerning Groups
Kerning group for pairs on the left side.
Kerning group for pairs on the right side.
Kerning group for pairs on the top side.
Kerning group for pairs on the bottom side.
Prefixed kerning key corresponding to leftKerningGroup.
Prefixed kerning key corresponding to rightKerningGroup.
Prefixed kerning key corresponding to topKerningGroup.
Prefixed kerning key corresponding to bottomKerningGroup.
Kerning group on the side facing the preceding glyph for a writing direction.
Sets the kerning group on the side facing the preceding glyph for a writing direction.
Prefixed kerning key on the side facing the preceding glyph for a writing direction.
Kerning group on the side facing the following glyph for a writing direction.
Sets the kerning group on the side facing the following glyph for a writing direction.
Prefixed kerning key on the side facing the following glyph for a writing direction.
Sets the prefixed kerning key on the side facing the following glyph for a writing direction.