I made a JavaFX program but when I run it the text encoding is wrong.
2021-05-21 20:55:30.060 java[9662:328105] CoreText note: Client requested name ".SFNS-Regular", 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:].
2021-05-21 20:55:30.060 java[9662:328105] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2021-05-21 20:55:30.441 java[9662:328105] CoreText note: Client requested name ".SFNS-Regular", 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:].
2021-05-21 20:55:30.793 java[9662:328141] CoreText note: Client requested name ".SFNS-Regular", 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:].