System UI Font Access Error
-
FYI, on Mac OS BigSur.
VectorStyler[2693:59011] CoreText note: Client requested name ".SF Compact Thin", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
-
@richbyte Yes, this is a known issue. I will try to find a solution.
-
@VectorStyler Thank you.