xcode获取文本视图的字体大小

xcode获取文本视图的字体大小,xcode,textview,font-size,Xcode,Textview,Font Size,我想在按下按钮时增加文本视图的大小 为此,我需要知道字体大小是多少。我怎么知道 我会这样做: CGFloat *newsize = (// here the fontsize + 1); textView.font = [UIFont fontWithName:@"Verdana" size:newsize]; 福林一世;我

我想在按下按钮时增加文本视图的大小

为此,我需要知道字体大小是多少。我怎么知道

我会这样做:

CGFloat *newsize =  (// here the fontsize + 1);
textView.font = [UIFont fontWithName:@"Verdana" size:newsize];
福林一世;我