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
I am trying to convert a CTFont to a UIFont without losing any of the styles and attributes such as:
Color and underline are not attributes of the font. Bold and italic are part of the font name.