Page 1 of 1

ETS Viewer does not display text correctly on my screen.

Posted: Fri Feb 23, 2024 7:40 pm
by likejudo
ETS Viewer Desktop version
I have Windows 11 with an LG monitor (2560x1440) and when I did the mock exam #1, I found a few display issues.

1) text sometimes runs together (see screenshot)
Screenshot 2024-02-23 160934.png
Screenshot 2024-02-23 160934.png (40.39 KiB) Viewed 3803 times
2) navigation buttons are covered up by taskbar. (see screenshot)

Re: ETS Viewer does not display text correctly on my screen.

Posted: Fri Feb 23, 2024 8:48 pm
by admin
1. It is most likely because the font size on the machine is too small. Please run etsviewer from command line as follows:
c:\etsviewer directory\>java -DfontSizeIncrement=8 -jar etsviewer.jar

You can adjust the -DfontSizeIncrement argument to whichever works best for you.

2. Reduce the size of the question display dialog window by dragging it from top right corner. Once you close this window and open it again, it will remember the size and not cover the taskbar.

Re: ETS Viewer does not display text correctly on my screen.

Posted: Sun Feb 25, 2024 10:07 am
by likejudo
admin wrote:
Fri Feb 23, 2024 8:48 pm
1. It is most likely because the font size on the machine is too small. Please run etsviewer from command line as follows:
c:\etsviewer directory\>java -DfontSizeIncrement=8 -jar etsviewer.jar
It is a little better. see below
Screenshot 2024-02-25 085835.png
Screenshot 2024-02-25 085835.png (37.46 KiB) Viewed 3794 times
Are you using Java Swing or Java Fx?
Java Fx may have more features for font kerning.
But I don't know whether it is free to use since it is no longer part of the JDK.
I tried with -10 and now it is fine.

for 2., thanks - the window resize worked.
Screenshot 2024-02-25 090236.png
Screenshot 2024-02-25 090236.png (41.69 KiB) Viewed 3794 times

Re: ETS Viewer does not display text correctly on my screen.

Posted: Sun Feb 25, 2024 8:23 pm
by admin
It is built using Swing.
Which Java version were you using earlier?

Re: ETS Viewer does not display text correctly on my screen.

Posted: Sun Feb 25, 2024 10:54 pm
by likejudo
admin wrote:
Sun Feb 25, 2024 8:23 pm
It is built using Swing.
Which Java version were you using earlier?
Sorry, I don't understand. Do you mean the version installed on my computer earlier? It was Java 11.

Re: ETS Viewer does not display text correctly on my screen.

Posted: Sun Feb 25, 2024 11:03 pm
by admin
Oh, ok sorry, I misunderstood. I thought you switched Java version to 10. Just realized that you changed the fontSizeIncrement to -10.