-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows11: Missing Font-Properties-File in Bundle org.eclipse.jface #488
Comments
@ConradGroth : you provided via 4c9741c last change in this area. |
@iloveeclipse sorry, I don't have Windows 11 running. I cannot prove, what's needed here. |
Thanks Conrad. |
Sorry, I'm only focused on SWT. |
@ConradGroth with VirtualBox 7.0, Win11 can easily be installed in a VM. |
I tried patching the bundle locally by just copying jfacefonts_windows10.properties to jfacefonts_windows11.properties. As far as I can tell the fonts look good. The main issue was that the default text-font was set to Courier instead of the more modern Consolas in Windows 10 and 11. |
Issue: eclipse-platform#488 Update bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties Co-Authored-By: Jörg Kubitz <51790620+jukzi@users.noreply.github.com>
I have no windows at the moment to test, can you add "before" and "after" screenshots to this issue? |
Issue: eclipse-platform#488 Update bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties Co-Authored-By: Jörg Kubitz <51790620+jukzi@users.noreply.github.com>
Issue: eclipse-platform#488 Update bundles/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_windows11.properties Co-Authored-By: Jörg Kubitz <51790620+jukzi@users.noreply.github.com>
Is this fixed via #744 or is something left open? |
Yes this is fixed. |
There is no Default-Font-Properties-File in Bunlde org.eclipse.jface for Windows 11
org.eclipse.jface_3.28.0.v20221024-1426\org\eclipse\jface\resource\jfacefonts_windows11.properties
As a result the default-fonts look outdated under Windows11 due to the fallbacks in FontRegistry#readResourceBundle.
The text was updated successfully, but these errors were encountered: