mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
Add Java arguments to enable Anti-Aliasing to bash script
This commit is contained in:
@@ -107,5 +107,5 @@ then
|
||||
else
|
||||
# Start Processing in the same directory as this script
|
||||
cd "$APPDIR"
|
||||
java -Djna.nosys=true -Dpython.console.encoding=UTF-8 -Xmx512m --add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED processing.app.ui.Splash "$@" &
|
||||
java -Djna.nosys=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dpython.console.encoding=UTF-8 -Xmx512m --add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED processing.app.ui.Splash "$@" &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user