简体   繁体   中英

Maximum font size UIFont

I'm trying to use UIFont fontWithName:size: in a UILabel and am getting crappy resolution at sizes above 250 points. I'm having issues with custom and system fonts. I've had the same issue with UITextView as well.

I'm doing all this programmatically, needing to scale a UILabel and the font size up to very large font sizes.

Does anyone know why I'm having issues?

It may be a limitation of UIKit. Have you tried rendering your text to an image using CoreText instead?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM