UIFont 详解

1 UIFont *font1 = [UIFont systemFontOfSize:[UIFont smallSystemFontSize]];  // 系统小字体
2 UIFont *font2 = [UIFont systemFontOfSize:[UIFont labelFontSize]];        // 系统标签字体
3 UIFont *font3 = [UIFont boldSystemFontOfSize:20];       // 加粗字体
4 UIFont *font4 = [UIFont italicSystemFontOfSize:20];     // 斜体

 

posted @ 2013-02-16 14:30  diablo大王  阅读(3452)  评论(0编辑  收藏  举报