How can the font for a UITextview
be set to a journal font?
[textview setFont:[UIFont fontWithName:@"Helvetica" size:12]];
Any fonts related to journal would also work.
How can the font for a UITextview
be set to a journal font?
[textview setFont:[UIFont fontWithName:@"Helvetica" size:12]];
Any fonts related to journal would also work.
You should have added the font file as a custom font entry in the info.plist to use it in the first place because it is not included in iOS(i guess you know that just saying). Then the tricky part is to know the exact names of the fonts in the included file wit the exact case.