I am using a custom font in an iOS application (cocos2d, OpenGL) and there is no kerning. The font already has kerning information (on my Mac, TextEdit and Pages kerning look great), but when I use this font in the application, kerning is not applied. Is there a way to use kerning pairs with a custom .ttf font in an iOS app?
source
share