当前位置: 首页 > 工具软件 > RTLabel > 使用案例 >

RTLabel富文本库

方长卿
2023-12-01

github地址:https://github.com/honcheng/RTLabel

常见标签说明
  1. <b>Bold</b> //加粗
  2. <i>Italic</i> //斜体
  3. <bi>Bold & Italic</bi> //同时加粗斜体
  4. <u>underline</u>  //下划线
  5. <u color=red>underline with color</u>  // 下划线和颜色
  6. <a href='http://..'>link</a>  //链接
  7. <uu>double underline</uu>   //双下划线
  8. <uu color='#ccff00'>double underline with color</uu> //双下划线和颜色
  9. <font face='HelveticaNeue-CondensedBold' size=20 color='#CCFF00'>custom font</font> //自定义字体大小的颜色<font face='HelveticaNeue-CondensedBold' size=20 color='#CCFF00' stroke=1>custom font with strokes</font>//空心的字体
  10. <font face='HelveticaNeue-CondensedBold' size=20 color='#CCFF00' kern=35>custom font with kerning</font>//可以调整字之间的间距
  11. <p align=justify>alignment</p>//单词两端对齐<p indent=20>indentation</p>//文本缩进
 类似资料: