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.

Fonts loaded from classpath are missing

See original GitHub issue

IntelliJ loads JetBrains Mono from a file in the classpath resources. The current Skiko font loading machinery does not see it. See function retrieveFont for details.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lamba92commented, Mar 1, 2022

Yes, but I would also point out that the current Skikio logic to look for fonts is missing some other OS specific locations to look up for fonts. In a previous Hackathlon @rock3r and I implemented such logic and it is currently already in the repository.

Could you have a look at jewel/library/src/main/kotlin/org/jetbrains/jewel/font/? In particular getAvailableFontFiles() and loadFontsFrom()

0reactions
rock3rcommented, Dec 14, 2022

Can we test again and close if fixed @lamba92 ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaFX not finding all system fonts - Stack Overflow
Apparently the FX graphics system does not load all system fonts on startup. The most obvious solution is to load the missing ones...
Read more >
How can I load a font from /WEB-INF/resources/fonts/foobar.ttf?
Move the font file to the classpath. I.e. make sure it ultimately ends up in /WEB-INF/classes among all those Java class files and...
Read more >
There was no fonts in Linux version · Issue #70 - GitHub
java:1264 is caused by a missing font configuration file, which is not included with the Linux version of AdoptOpenJDK. It is important to ......
Read more >
Missing pdf fonts after upgrade to v5.5 - Jaspersoft Community
Vote down! After upgrading to latest version the pdf exporter can't find custom fonts. Fonts are in jvm classpath and imported like jars...
Read more >
Resolve missing fonts in desktop applications - Adobe Support
If you see a Missing Fonts message upon opening a file in one of your ... Error message: “A font with the same...
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