-
Notifications
You must be signed in to change notification settings - Fork 236
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
Text in FoldableStyledArea or GenericStyledArea looks blurry #1046
Comments
Could you please try this with the latest version of RichTextFX 0.10.7 and see if it still happens. |
I've with richtextFX 0.10.7 already, JDK is 16.0.1, openfx 16. Maybe you could try it on retina mac os; and link another monitor. I think it maybe javafx default issue. I'am seeking for a workaound. |
I will try it and feed back. |
Finally, i figure it out. define two config: boolean hd1, hd2.
|
Hi,
Issues:
Devices:
MacBook Pro (Retina, 15-inch, Mid 2015)
this is retina HD screen, macbook;
another display device monitor DELL P2417H
this is a normal dp screen, link it to mac.
When I has the same text shown in area, code likes:
FoldableStyledArea area = new FoldableStyledArea();
VirtualizedScrollPane vpane = new VirtualizedScrollPane<>(area);
//add vpane to root node.
area.replace(xxx)
show on retain screen mac looks good:
but dragged the javafx app to second monitor, it will looks blurry and wild colorfu:
Suggest:
javafxports/openjdk-jfx#225
https://stackoverflow.com/questions/23728517/blurred-text-in-javafx-textarea
I've read some pages, tells that maybe a javafx issue for scrollPane, or 'cache' , 'Snap To Pixel' skin etc.
and still not fix on openfx16.
While the GericStyledArea implements Region. Maybe we can fix or has workaround by this project.
Please try it and feedback in free time...
Best wishes.
The text was updated successfully, but these errors were encountered: