hrehfeld / QuakeInjector

Download, install and play quake singleplayer maps from the quaddicted.com archive
https://www.quaddicted.com/tools/quake_injector
GNU General Public License v3.0
94 stars 15 forks source link

font rendering looks like arse on Linux (fix supplied) #113

Closed jmtd closed 5 years ago

jmtd commented 6 years ago

I hit this with wadc too. The solution was to do something like this https://github.com/jmtd/wadc/commit/f89f6138364be8135733ed2c55e1a25d7386d586

(P.S. I borrowed some stuff from QuakeInjector for WadC: https://github.com/jmtd/wadc/commit/e675cd1284a25371a271042b0843c2ae6fe4d2d7 but I changed the file chooser to AWT which integrates better with OS filechoosers and doesn't suffer problems with Applications on OS X: https://github.com/jmtd/wadc/commit/a98cd2eae6f4a5c9d67667cb09f186278f914786. Thanks!)

duganchen commented 5 years ago

Setting the following before launching Quake Injector also works: export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'

SpiritQuaddicted commented 5 years ago

Thanks, integrated in https://github.com/hrehfeld/QuakeInjector/commit/c896b7bcf2879c84631cd21dfb7533bd2827e2a4 !