Gustaf-C / anki-chinese-support-3

Anki add-on providing support for Chinese study
https://ankiweb.net/shared/info/1752008591
GNU General Public License v3.0
31 stars 8 forks source link

Wrong font when adding cards #4

Open Gustaf-C opened 11 months ago

Gustaf-C commented 11 months ago
QtWebEngineProcess[12903:1799659] CoreText note: Client requested name ".PingFangSC-Semibold",
 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:]
Gustaf-C commented 10 months ago

This might actually be an unwanted to fix, and instead allow selecting font through the fields window.