UITextView supports only one font, but there is another topic: Can I use multiple font styles in a UITextView?
If the text you want to draw is simple, I would suggest subclassing UITextView or UIView by overwriting the drawRect function and working with some additional variables. This only works if you have a very predictable font system.
Another option is to use several shortcuts, which probably need even more predictable customization.
source share