NSMutableAttributedString * attributedString1 = [[NSMutableAttributedString alloc] initWithString:testString];
NSMutableParagraphStyle * paragraphStyle1 = [[NSMutableParagraphStyle alloc] init];
[paragraphStyle1 setLineSpacing:15];
[attributedString1 addAttribute:NSParagraphStyleAttributeName value:paragraphStyle1 range:NSMakeRange(0, [testString length])];
[cLabel setAttributedText:attributedString1];
[cLabel sizeToFit];
相关文章
- 03-24label 行距
- 03-24让 echarts 柱状图 label 根据柱高度自适应显示在柱内/柱外
- 03-24label 和input/textarea居中对齐
- 03-24设置一个label显示多种颜色,多种字体大小
- 03-24NGUI Sprite 和 Label 改变Layer 或父物体后 未更新深度问题
- 03-24arcgis计算中心点的质心XY,并根据属性Label进行标注。
- 03-24Qt添加窗口背景图片、Label图片显示、、Label文字显示
- 03-24button、label、textfield、页面跳转、传值
- 03-24QT对Label控件实现鼠标的单击和右击事件处理
- 03-24Label smooth