iPhone - 将 CTFont 转换为 UIFont?
我正在尝试将 CTFont 转换为 UIFont,而不丢失任何样式和属性,例如:
- 字体名称、
- 字体大小、
- 字体颜色、
- 下划线
- 、粗体
- 、斜体
- 等
I am trying to convert a CTFont to a UIFont without losing any of the styles and attributes such as:
- Font Name
- Font Size
- Font color
- Underlines
- Bold
- Italic
- etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
与弧:
With ARC:
颜色和下划线不是字体的属性。粗体和斜体是字体名称的一部分。
Color and underline are not attributes of the font. Bold and italic are part of the font name.