Accessing OpenType Features in UIKit or CoreText
I am using a custom font in OpenType(.otf) format and would like to use some of the OpenType Features of the font. How can I accomplish this with UIKit or CoreText? I would obviously prefer UIKit, but looking at UIFont , the options are extremely limited. There seems to be a complete absence of documentation regarding OpenType support on iOS, except that the font format can be used. Related reading: Microsoft's reference for OpenType features , and some info on how browsers are beginning to offer OpenType feature support . Though this question is for rendering fonts with OpenType features on