In my Application i am using Custom font. i copied my font.ttf file in my project directory and i used following code to set custom font to a label.
[input setFont:[UIFont fontWithName: @"My Font" size: input.font.pointSize]]
The problem is it works perfect in iPhone 4.2 simulator but it in iPad 4.2 simulator it just Displays Default Font. How to resolve this?
Following code is use for the custom font.
If you want shows the tutorial for that you visits the refrence link here
May this code help for development.
Happy codeing
Thanks and Regards
@samuel