Menu

#4 Fonts look ugly

2.3.x
closed
fonts (1)
2020-06-19
2019-08-04
No

Fonts aren't rendered on Java 11 (OpenJdk 11) on Linux (Debian 10 with LxQt desktop). I had the same trouble with other Java applications since I installed Debian 10 with LxQt desktop environment: Netbeans, OWASP ZAP.

java -Dawt.useSystemAAFontSettings=lcd -jar JDecisiontable-x.y.z.jar

fixes this. We need to put this into the documentation (README + document -> troubleshooting)
a. can we do this from Java?
b. if a is possible, do this always
c. offer this in the options (default=on?)
d. is this a general Java setting/problem?
e. put "-Dawt.useSystemAAFontSettings=lcd" in the launch shell script

Discussion

  • Michael Groß

    Michael Groß - 2019-08-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,4 +6,4 @@
     a. can we do this from Java?
     b. if a is possible, do this always 
     c. offer this in the options (default=on?)
    -d. it this a general Java setting/problem?
    +d. is this a general Java setting/problem?
    
     
  • Michael Groß

    Michael Groß - 2019-08-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,3 +7,4 @@
     b. if a is possible, do this always 
     c. offer this in the options (default=on?)
     d. is this a general Java setting/problem?
    +e. put "-Dawt.useSystemAAFontSettings=lcd" in the launch shell script
    
     
  • Michael Groß

    Michael Groß - 2020-06-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -Fonts aren't redered on Java 11 (OpenJdk 11) on Linux (Debian 10 with LxQt desktop). I had the same trouble with other Java applications since I installed Debian 10 with LxQt desktop environment: Netbeans, OWASP ZAP.
    +Fonts aren't rendered on Java 11 (OpenJdk 11) on Linux (Debian 10 with LxQt desktop). I had the same trouble with other Java applications since I installed Debian 10 with LxQt desktop environment: Netbeans, OWASP ZAP.
    
     java -Dawt.useSystemAAFontSettings=lcd -jar JDecisiontable-x.y.z.jar
    
     
  • Michael Groß

    Michael Groß - 2020-06-19

    This problem does not occur with Debian 10 and the MATE desktop.

     
  • Michael Groß

    Michael Groß - 2020-06-19
    • status: open --> closed
     
  • Michael Groß

    Michael Groß - 2020-06-19

    Updated the documentation.

     

Log in to post a comment.