ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.67k forks source link

CoreText note: Client requested name ".SFUI-Regular" 如何解决 #969

Closed CoderYLZhang closed 2 years ago

CoderYLZhang commented 2 years ago

CoreText note: Client requested name ".SFUI-Regular", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[UIFont systemFontOfSize:].

出现该问题的时候会有明显的UI 卡顿

li-qingnan commented 1 year ago

同样遇到这个问题。