mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
34fb802793
The properties: System.setProperty("awt.useSystemAAFontSettings", "on"); System.setProperty("swing.aatext", "true"); actually works on Linux (where the hint helps X11 to enable antialiased rendering) but makes things worse on Windows where the outcome is exactly the opposite (anti-alias is disabled). Previously those settings had no effect because they were executed *after* the initialization of the graphics. This is no more true after the merge of #5578, that moved the graphics initialization after commmand line parsing and consequently revealed the weird behaviour on windows. Fix #5750 |
||
---|---|---|
.. | ||
linux | ||
macosx | ||
shared | ||
windows | ||
.editorconfig | ||
Adafruit_CircuitPlayground-1.6.4.zip.sha | ||
arduino-builder-arm-1.3.23.tar.bz2.sha | ||
arduino-builder-linux32-1.3.23.tar.bz2.sha | ||
arduino-builder-linux64-1.3.23.tar.bz2.sha | ||
arduino-builder-macosx-1.3.23.tar.bz2.sha | ||
arduino-builder-windows-1.3.23.zip.sha | ||
Bridge-1.6.3.zip.sha | ||
build_all_dist.bash | ||
build_pull_request.bash | ||
build.xml | ||
compile_everything.bash | ||
create_reference.pl | ||
Esplora-1.0.4.zip.sha | ||
fetch.sh | ||
Firmata-2.5.4.zip.sha | ||
Keyboard-1.0.1.zip.sha | ||
libastylej-2.05.1-3.zip.sha | ||
liblistSerials-1.4.0.zip.sha | ||
Mouse-1.0.1.zip.sha | ||
readme.md | ||
Robot_Control-1.0.2.zip.sha | ||
Robot_Motor-1.0.2.zip.sha | ||
RobotIRremote-1.0.2.zip.sha | ||
SD-1.1.0.zip.sha | ||
SpacebrewYun-1.0.1.zip.sha | ||
Temboo-1.1.8.zip.sha |
HOW TO BUILD ARDUINO
See: https://github.com/arduino/Arduino/wiki/Building-Arduino