Instance Method
kerning(forFontMasterID:firstGlyph:secondGlyph:direction:) kerningForFontMasterID:firstGlyph:secondGlyph:direction: kerningForFontMasterID_firstGlyph_secondGlyph_direction_
Declaration
func kerning(forFontMasterID fontMasterID: String, firstGlyph: GSGlyph, secondGlyph: GSGlyph, direction: GSWritingDirection) -> CGFloatDeclaration
- (CGFloat) kerningForFontMasterID:(NSString *) fontMasterID firstGlyph:(GSGlyph *) firstGlyph secondGlyph:(GSGlyph *) secondGlyph direction:(GSWritingDirection) direction;Declaration
kerningForFontMasterID_firstGlyph_secondGlyph_direction_(fontMasterID: str, firstGlyph: GSGlyph, secondGlyph: GSGlyph, direction: GSWritingDirection) -> float