Menu

Using Anti-aliasing

2012-04-04
2013-02-21
  • Thomas R. Kimpton

    You all probably know how to set up anti-aliasing for your programs… But, just in case, here's how:

    In your options for launching the JVM put "-Dawt.useSystemAAFontSettings=on" and this will enable anti-aliasing globally in your program. For example, in the ant build file for jvi you can add the following to the target for jvi:
          <jvmarg value="-Dawt.useSystemAAFontSettings=on"/>

    Tom.

     
  • Ernie Rael

    Ernie Rael - 2012-04-05

    Thanks, added to jVi project's build.xml and also to standalone_build.xml

     

Log in to post a comment.