##tabbaritem navigationbaritem 設(shè)置屬性
* NSFontAttributeName;? ? ? ? ? ? ? ? ? //字體,value是UIFont對(duì)象
* NSParagraphStyleAttributeName;? ? ? ? //繪圖的風(fēng)格(居中,換行模式,間距等諸多風(fēng)格),value是NSParagraphStyle對(duì)象
* NSForegroundColorAttributeName;? ? ? // 文字顏色,value是UIFont對(duì)象
* NSBackgroundColorAttributeName;? ? ? // 背景色,value是UIFont
* NSLigatureAttributeName;? ? ? ? ? ? ? //? 字符連體,value是NSNumber
* NSKernAttributeName;? ? ? ? ? ? ? ? ? // 字符間隔
* NSStrikethroughStyleAttributeName;? ? //刪除線,value是NSNumber
* NSUnderlineStyleAttributeName;? ? ? ? //下劃線,value是NSNumber
* NSStrokeColorAttributeName;? ? ? ? ? //描繪邊顏色,value是UIColor
* NSStrokeWidthAttributeName;? ? ? ? ? //描邊寬度,value是NSNumber
* NSShadowAttributeName;? ? ? ? ? ? ? ? //陰影,value是NSShadow對(duì)象
* NSTextEffectAttributeName;? ? ? ? ? ? //文字效果,value是NSString
* NSAttachmentAttributeName;? ? ? ? ? ? //附屬,value是NSTextAttachment 對(duì)象
* NSLinkAttributeName;? ? ? ? ? ? ? ? ? //鏈接,value是* NSURL or NSString
* NSBaselineOffsetAttributeName;? ? ? ? //基礎(chǔ)偏移量,value是NSNumber對(duì)象
* NSUnderlineColorAttributeName;? ? ? ? //下劃線顏色,value是UIColor對(duì)象
* NSStrikethroughColorAttributeName;? ? //刪除線顏色,value是UIColor
* NSObliquenessAttributeName;? ? ? ? ? //字體傾斜
* NSExpansionAttributeName;? ? ? ? ? ? //字體扁平化
* NSVerticalGlyphFormAttributeName;? ? //垂直或者水平,value是 NSNumber,0表示水平,1垂直