question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Seeing output running out of sources related to CoreText

See original GitHub issue
2020-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:open
  • Created 3 years ago
  • Reactions:6
  • Comments:5

github_iconTop GitHub Comments

2reactions
ysfscreamcommented, Jul 2, 2021

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.

image

1reaction
BlackHole1commented, Mar 7, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found