UIKit draw text with script font that is larger than the frame
I'm not very good at explaining, so here's an image example of what happens when I use this font in a UILabel
:
As you can see, the top and left side of the text are cut off. I've tried setting the clipsToBounds
property of the label to NO
, but I get the same result.
Any idea how to fix this?
Thanks.
精彩评论