blender/source
Brecht Van Lommel 9bbb197d14 Work around small DPI resulting in blurry fonts, clamping auto DPI to minimum 96.
Since we added auto DPI on Linux, on some systems the UI draws smaller than before
due to the monitor reporting DPI values like 88. Blender font drawing gives quite
blurry results for such slightly smaller DPI, apparently because the builtin font
isn't really designed for such small font sizes. As a workaround this clamps the
auto DPI to minimum 96, since the main case we are interested in supporting is
high DPI displays anyway.

Differential Revision: https://developer.blender.org/D2740
2017-07-17 18:31:19 +02:00
..
blender Work around small DPI resulting in blurry fonts, clamping auto DPI to minimum 96. 2017-07-17 18:31:19 +02:00
blenderplayer Snap System: Separate raycast functions from nearest2d functions 2017-07-11 13:47:28 -03:00
creator Remove MinGW support 2017-05-27 15:34:55 -04:00
gameengine Fix T51889: new file or load factory settings results in broken UI. 2017-07-08 00:54:05 +02:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt