//可以带字体类型
1.[myTextView setFont:[UIFont fontWithName:@"Arial" size:Fontsize]];
//默认字体
2.[self.myTextView setFont:[UIFont fontWithOfSize:14]];
//可以带字体类型
1.[myTextView setFont:[UIFont fontWithName:@"Arial" size:Fontsize]];
//默认字体
2.[self.myTextView setFont:[UIFont fontWithOfSize:14]];
本文标题:iOS开发之改变UITextView中text字体的大小
本文链接:https://www.haomeiwen.com/subject/tftfkftx.html
网友评论