NSFontAttributeName; //字体,value是UIFont对象
NSParagraphStyleAttributeName;//绘图的风格(居中,换行模式,间距等诸多风格),value是NSParagraphStyle对象
NSForegroundColorAttributeName;// 文字颜色,value是UIFont对象
NSBackgroundColorAttributeName;// 背景色,value是UIFont
NSLigatureAttributeName; // 字符连体,value是NSNumber
NSKernAttributeName; // 字符间隔
NSStrikethroughStyleAttributeName;//删除线,value是NSNumber
NSUnderlineStyleAttributeName;//下划线,value是NSNumber
NSStrokeColorAttributeName; //描绘边颜色,value是UIColor
NSStrokeWidthAttributeName; //描边宽度,value是NSNumber
NSShadowAttributeName; //阴影,value是NSShadow对象
NSTextEffectAttributeName; //文字效果,value是NSString
NSAttachmentAttributeName;//附属,value是NSTextAttachment 对象
NSLinkAttributeName;//链接,value是NSURL or NSString
NSBaselineOffsetAttributeName;//基础偏移量,value是NSNumber对象
NSUnderlineColorAttributeName;//下划线颜色,value是UIColor对象
NSStrikethroughColorAttributeName;//删除线颜色,value是UIColor
NSObliquenessAttributeName; //字体倾斜
NSExpansionAttributeName; //字体扁平化
NSVerticalGlyphFormAttributeName;//垂直或者水平,value是 NSNumber,0表示水平,1垂直
@import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

最新文章

  1. maven 使用国内代理
  2. Python编码问题整理
  3. 堆 poj 2010
  4. programing Python --Sys module
  5. C++之路进阶——bzoj1934(善意的投票)
  6. jQuery模拟鼠标点击事件失效的问题
  7. 802.11 wireless 七
  8. .sdp文件格式介绍
  9. 不使用webview,用手机浏览器的android app
  10. Windows查看端口被哪个进程占用
  11. localStorage存值取值以及存取JSON,以及基于html5 localStorage的购物车
  12. kafka 集群
  13. SpringBoot 配置Redis
  14. <杂记>Android Studio 3.0-3.1 汉化包 (转载)
  15. B - Red and Black 问题思考
  16. 20171126--fragment的小项目
  17. Python中的相对文件路径的调用
  18. Node.js模块封装及使用
  19. Papilio Pro Boards
  20. windows安装redis, php5.5

热门文章

  1. 原生JS实现的h5小游戏-植物大战僵尸
  2. python测试网页是否能正常登陆
  3. smarty、smarty格式化、smarty整数、smarty float、smarty各种转换方式、smarty日期转换等等 (转)
  4. Spring学习一----------Spring概况
  5. unity开发android游戏(一)搭建Unity安卓开发环境
  6. websocket通讯协议(10版本)简介
  7. 一个方便的图片载入框架——ImageViewEx
  8. dede 文章列表页如何倒序排列
  9. MHA常用命令
  10. 【Atheros】内核调试及网卡加载等问题小结