Declaration

func kerning(forFontMasterID fontMasterID: String, firstGlyph: GSGlyph, secondGlyph: GSGlyph, direction: GSWritingDirection) -> CGFloat

Declaration

- (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