Fonts loaded from classpath are missing
See original GitHub issueIntelliJ 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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >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
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()
Can we test again and close if fixed @lamba92 ?