On my Windows app with UI Scale 1.0 (27" 120 DPI m...
# compose-desktop
s
On my Windows app with UI Scale 1.0 (27" 120 DPI monitor) the text is quite blurry. It's more blurry than other apps (like the browser) displaying text at the same size. If I set UI Scale to 2.0 images and text is sharp, but of course too big (for that monitor). To me it looks like as if the app was rendered for scale 2.0 and the result resized in half. If I do that in GIMP the result looks similar. I'm looking for a way to render the text and vector images directly to my target size. How can I improve the sharpness here?
1
For the text it may be https://github.com/JetBrains/compose-jb/issues/875 🤔 But it affects vector graphics as well in my case.