2011-02-16 56 views

回答

21
UIButton *button  = [UIButton buttonWithType: UIButtonTypeRoundedRect]; 
button.titleLabel.font = [UIFont fontWithName:@"font name" size:12]; 
0
[tmp setFont:[UIFont fontWithName:@"American Typewriter" size:18]]; 

的字體名稱把它從一個數組和不斷變化的指數。

所以它看起來像

[tmp setFont:[UIFont fontWithName:[fontArray objectAtIndex:desiredIndex] size:18]]; 
+1

setfont程序已經過時,它不是working.Do您有任何替代解決方案請。 – 2011-02-16 09:57:13

相關問題