I've created a custom font using FontForge for use in my iOS app. When I use the font in my app, kerning is not being applied. There is a known bug that kerning is not being applied for UITextView. I'm using this in a UILabel and UITextField, so that's not the issue. I'm targeting iOS 5.0.
I'm able to view the font in Font Book and Pages and see that kerning is working. However, kerning doesn't work in Word for Mac. I have enabled kerning in Word, but it does not work there. I'm not concerned so much about Word. I primarily want this to work in iOS.
I've created the font as both .otf and .ttf fonts, with a variety of the FontForge options for generating the font set. Options I've played with are Apple, OpenType and OT/Old Style and OT/DSIG. Pages will properly apply kerning for all combinations of the font generation options, except when just OpenType is checked. Font Book will only show kerning when Apple is checked and nothing else. I've read some comments on other forums about getting fonts to work with Word, but not anything specific about kerning and iOS.
Anyone have any experience:
1) successfully creating a kerned font on OS X using FontForge for an iOS app?
OR
2) successfully creating a kerned font on OS X using FontForge that works in Word? This might get me closer, even if you've not had experience with fonts on iOS.
I have a trial version of Glyphs that I've played with, but I don't want to have to move to another font program to get this done.
Any help would be appreciated.