设置字体样式代码:[UIFont fontWithName:@"Arial-BoldMT" size:15]

下边一一列举:

一:Font Family: American Typewriter
    Font: AmericanTypewriter,如右图  

    Font: AmericanTypewriter-Bold    

      
二:Font Family: AppleGothic
    Font: AppleGothic         

三:Font Family: Arial
    Font: ArialMT           
    Font: Arial-BoldMT        
    Font: Arial-BoldItalicMT     
    Font: Arial-ItalicMT       

四:Font Family: Arial Rounded MT Bold
    Font: ArialRoundedMTBold        

    Font: ArialHebrew                 

    Font: ArialHebrew-Bold       


五:Font Family: Arial Unicode MS
    Font: ArialUnicodeMS        

六:Font Family: Courier
    Font: Courier
    Font: Courier-BoldOblique
    Font: Courier-Oblique
    Font: Courier-Bold

                      

七:Font Family: Courier New
    Font: CourierNewPS-BoldMT
    Font: CourierNewPS-ItalicMT
    Font: CourierNewPS-BoldItalicMT
    Font: CourierNewPSMT

                      

八:Font Family: DB LCD Temp
    Font: DBLCDTempBlack

                      

Font Family: Georgia
    Font: Georgia-Bold
    Font: Georgia
    Font: Georgia-BoldItalic
    Font: Georgia-Italic

                      

                      

                                                                                九:Font Family: Helvetica

    Font: Helvetica-Oblique
    Font: Helvetica-BoldOblique
    Font: Helvetica
    Font: Helvetica-Bold

                      
  
十:Font Family: Helvetica Neue
    Font: HelveticaNeue
    Font: HelveticaNeue-Bold

                      

十一:Font Family: Hiragino Kaku Gothic
     Font: HiraKakuProN-W3

      Font: HiraKakuProN-W6

                      

十三:Font Family: Marker Felt
      Font: MarkerFelt-Thin

                      

                      

十四:Font Family: STHeiti J
      Font: STHeitiJ-Medium
      Font: STHeitiJ-Light
                      
十五:Font Family: STHeiti K
      Font: STHeitiK-Medium
      Font: STHeitiK-Light
                      
十六:Font Family: STHeiti SC
      Font: STHeitiSC-Medium
      Font: STHeitiSC-Light
                      
十七:Font Family: STHeiti TC
      Font: STHeitiTC-Light
      Font: STHeitiTC-Medium
                      
十八:Font Family: Times New Roman
      Font: TimesNewRomanPSMT
      Font: TimesNewRomanPS-BoldMT
      Font: TimesNewRomanPS-BoldItalicMT
      Font: TimesNewRomanPS-ItalicMT

                      

十九:Font Family: Trebuchet MS
      Font: TrebuchetMS-Italic
      Font: TrebuchetMS
      Font: Trebuchet-BoldItalic
      Font: TrebuchetMS-Bold
                      
二十:Font Family: Verdana
      Font: Verdana-Bold
      Font: Verdana-BoldItalic
      Font: Verdana
      Font: Verdana-Italic

                      

二十一:Font Family: Zapfino
      Font: Zapfino

                      

                      

UIFont fontWithName 后不知道字体的名字,看了下面的全解决!

最新文章

  1. RFID电子标签天线的印刷
  2. radio被选中,但是重复点击后事件不触发
  3. js日期、月份:日期加一天等
  4. windows Server 2008 IE增强的安全配置关闭方法
  5. axel
  6. codevs 1203 判断浮点数是否相等
  7. Web定时执行某个方法-网页获取
  8. QQ音乐产品经理黄楚雄:产品与用户的情感联系
  9. js中的分支与循环
  10. STL之关联容器---set, mutilset, map, mutilmap
  11. MS SQL 数据库所在C盘变得很大解决办法
  12. 【Linux基础】VI命令模式下大小写转换
  13. jquery美刀的释放
  14. Gitlab部署
  15. 简单的栈溢出demo
  16. day73
  17. 【PAT】1020 Tree Traversals (25)(25 分)
  18. linux服务器查看IO
  19. SPOJ 3267 DQUERY(离线+树状数组)
  20. FlutterToast 使用

热门文章

  1. [OS X实用技巧]机器人应用:一键将图片转换为PNG/JPEG/TIFF
  2. android Paint属性
  3. 【WEB基础】HTML & CSS 基础入门(5)边框与背景
  4. 深入GCD(三): Dispatch Sources
  5. 【postgresql】postgresql中的between and以及日期的使用
  6. Android访问网络数据的几种方式Demo
  7. 手机加载优化 - 2x、3x图
  8. 王立平--GUI与GUILayout的差别
  9. TListView使用方法1(转)
  10. HDU 1242 rescue (优先队列模板题)