Seeing output running out of sources related to CoreText
See original GitHub issue2020-05-26 18:11:47.989 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Client requested name ".NewYork-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:].
2020-05-26 18:11:47.989 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-05-26 18:11:47.995 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Client requested name ".NewYork-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:].
2020-05-26 18:11:47.998 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Client requested name ".NewYork-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:].
2020-05-26 18:11:47.998 Code - OSS Helper (Renderer)[40222:1396462] CoreText note: Client requested name ".NewYork-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:].
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
How can i find the source of this font-related coretext warning ...
My app retrieves a list of font names with NSFontManager availableFonts. The results are used to instantiate NSFont instances with [NSFont ...
Read more >Core Text Overview - Apple Developer
Explains how to do text layout and font-related operations using the Core Text programming interfaces.
Read more >Apple CoreText - An Unexpected Journey to Learn about Failure
During this research, I found an OOB (Out-Of-Bounds) Write in the morx ... It is not too hard to identify AAT related functions...
Read more >Core Text Tutorial for iOS: Making a Magazine App
CTFrameDraw draws the CTFrame in the given context. That's all you need to draw some simple text! Build, run and see the result....
Read more >Crashing when running from source - Usage & Issues
Hi all, I installed and am running Cellprofiler 4 from source ... The crash happened outside the Java Virtual Machine in native code....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Electron: v11 Monaco-editor: v0.25.2 monaco-editor-webpack-plugin: v4.0.0 MacOS: BigSur 11.4
This problem also occurs in the above environment.
At the moment I see that the chromium team doesn’t know how to reproduce the problem and I will go and talk to them.