如何将UITextView中文本的字体大小设置为最大,以便轻松阅读。
目前我正在使用这个,我已经尝试了所有的UIFonts,但都是不可读的。
self.textView.font = [UIFont fontWithName:@"Georgia-Bold" size:12];
任何想法如何在不使用UIFonts的情况下使用更大的字体大小。
有两个 UITextView ,它们的大小是
self.textView = [[[UITextView alloc] initWithFrame:CGRectMake(10, 283, 300, 55)]autorelease];
self.textView = [[[UITextView alloc] initWithFrame:CGRectMake(10, 339, 300, 80)]autorelease];
文本字体大小要小一点,以便它易于阅读并适合此 UITextViews。