UIFont字体设置

---转自:http://www.cnblogs.com/jiayongqiang/p/5570681.html
设置字体样式代码:

[UIFont fontWithName:@"Arial-BoldMT" size:15]

下边一一列举:

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

UIFont字体设置_第1张图片

Font: AmericanTypewriter-Bold
UIFont字体设置_第2张图片

二:Font Family: AppleGothic    
Font: AppleGothic
UIFont字体设置_第3张图片

三:Font Family: Arial    
Font: ArialMT           
UIFont字体设置_第4张图片
    
Font: Arial-BoldMT        
UIFont字体设置_第5张图片
    
Font: Arial-BoldItalicMT     
UIFont字体设置_第6张图片
    
Font: Arial-ItalicMT       
UIFont字体设置_第7张图片

四:Font Family: Arial Rounded MT Bold    
Font: ArialRoundedMTBold     
UIFont字体设置_第8张图片
   
Font: ArialHebrew                 
Font: ArialHebrew-Bold      
UIFont字体设置_第9张图片
 
五:Font Family: Arial Unicode MS    
Font: ArialUnicodeMS        
UIFont字体设置_第10张图片

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

                      
UIFont字体设置_第11张图片

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

                      
UIFont字体设置_第12张图片

八:Font Family: DB LCD Temp    
Font: DBLCDTempBlack

                      
UIFont字体设置_第13张图片

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

                      
UIFont字体设置_第14张图片

                      
UIFont字体设置_第15张图片

                      
九:Font Family: Helvetica
**
  
Font: Helvetica-Oblique    
Font: Helvetica-BoldOblique    
Font: Helvetica    
Font: Helvetica-Bold

                      
UIFont字体设置_第16张图片
  
十:Font Family: Helvetica Neue    
Font: HelveticaNeue    
Font: HelveticaNeue-Bold

                      
UIFont字体设置_第17张图片
十一:Font Family: Hiragino Kaku Gothic     
Font: HiraKakuProN-W3

    
Font: HiraKakuProN-W6

                      
UIFont字体设置_第18张图片

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

                      
UIFont字体设置_第19张图片

                      
UIFont字体设置_第20张图片

十四:Font Family: STHeiti J    
Font: STHeitiJ-Medium    
Font: STHeitiJ-Light                      
UIFont字体设置_第21张图片
*
十五:Font Family: STHeiti K    
Font: STHeitiK-Medium    
Font: STHeitiK-Light                      
UIFont字体设置_第22张图片

十六:Font Family: STHeiti SC    
Font: STHeitiSC-Medium    
Font: STHeitiSC-Light                      
UIFont字体设置_第23张图片

十七:Font Family: STHeiti TC    
Font: STHeitiTC-Light    
Font: STHeitiTC-Medium                      
UIFont字体设置_第24张图片

十八:Font Family: Times New Roman    
Font: TimesNewRomanPSMT    
Font: TimesNewRomanPS-BoldMT    
Font: TimesNewRomanPS-BoldItalicMT    
Font: TimesNewRomanPS-ItalicMT*
                      
UIFont字体设置_第25张图片

十九:Font Family: Trebuchet MS    
Font: TrebuchetMS-Italic    
Font: TrebuchetMS    
Font: Trebuchet-BoldItalic    
Font: TrebuchetMS-Bold                      
UIFont字体设置_第26张图片

二十:Font Family: Verdana    
Font: Verdana-Bold    
Font: Verdana-BoldItalic    
Font: Verdana    
Font: Verdana-Italic

                      
UIFont字体设置_第27张图片

二十一:Font Family: Zapfino      
Font: Zapfino

                      
UIFont字体设置_第28张图片

UIFont字体设置_第29张图片

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


UIFont字体设置_第30张图片
Paste_Image.png

你可能感兴趣的:(UIFont字体设置)