I am using a custom font in my text fields and labels in my whole application. My font name is “digital-7.ttf”. now the problem is that text in my labels is good but in the UITextFields it is cutting text from bottom. when textfield is editing then text is good but when editing is done then it cuts the text again. like this 
in this way i am setting its font style
[txtFld setFont:[UIFont fontWithName:@"digital-7" size:25.0]];
and font has been added in info.plist
Please help me
this problem is in Xcode 3.2.5. In earlier versions same code works good. 🙂