You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:].
seems that Apple changes the API result
currently I change ASTextKitCoreTextAdditions.mm:74 to UIFont *font = [UIFont systemFontOfSize:fontSize]; to fix the problem
The text was updated successfully, but these errors were encountered:
if i used ASTextNode2 there another issue happened with me the NSTextAttachment not working fine So, any update to fix issue in ASTextNode ? @kylehughes
I get this
seems that Apple changes the API result
currently I change ASTextKitCoreTextAdditions.mm:74 to
UIFont *font = [UIFont systemFontOfSize:fontSize];
to fix the problemThe text was updated successfully, but these errors were encountered: