Changes between Version 1 and Version 2 of Help/HiDPISupport
- Timestamp:
- 2017-10-04T20:57:27+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/HiDPISupport
v1 v2 16 16 === Windows === 17 17 18 On Windows, you can activate scaled display mode for thesystem-wide. See for example [http://pccleaningtools.com/how-to-enlarge-display-text-in-windows this] extensive help page.18 On Windows, you can activate scaled display mode system-wide. See for example [http://pccleaningtools.com/how-to-enlarge-display-text-in-windows this] extensive help page. 19 19 20 20 For Windows 7, the option is called ''Display / Set custom text size (DPI)'', for Windows 8 it is called ''Display / Change the size of all items'' and for Windows 10 it is ''Display / Customize your display / Change the size of text, apps, and other items'' … … 26 26 GDK_SCALE=2 java -jar josm.jar 27 27 }}} 28 29 == Tweaks == 30 31 Background imagery:: 32 33 By default, the tiles of the background imagery are scaled by the same factor as other GUI elements. This ensures appropriate font size, in case the background imagery contains text and symbols. However, it leads to reduced image resolution. 34 35 Under [[wiki:Help/Preferences/Imagery|Imagery preferences]] / Tab ''Settings'' / ''Tiles zoom offset'', you can set an offset of 1. This makes JOSM fetch tiles of one zoom level higher and double the image resolution. Currently, this setting only applies to main map area and not the download dialog.