HiDPI support: Difference between revisions

From FreeCAD Documentation
m (Added bugtracker link + google link to search the FC forums)
No edit summary
Line 1: Line 1:
HiDPI support refers to the issue of displaying raster graphics (fonts, cursors, images) on high-resolution displays.
HiDPI support refers to the issue of displaying raster graphics (fonts, cursors, images) on high-resolution displays.


The issue is that the physical size of a display remains the same while its resolution increases. While
The issue is that the physical size of a display remains the same while its resolution increases.

== Issues ==

* Raster images (cursors, icons)
* Fonts (defined in pixels rather than points)
* Cursor hot point
* Zoom/Rotate origin
* Snap distance
* Selection distance (the hot area around selectable objects)


== Forum threads ==
== Forum threads ==

Revision as of 10:56, 20 July 2020

HiDPI support refers to the issue of displaying raster graphics (fonts, cursors, images) on high-resolution displays.

The issue is that the physical size of a display remains the same while its resolution increases.

Issues

  • Raster images (cursors, icons)
  • Fonts (defined in pixels rather than points)
  • Cursor hot point
  • Zoom/Rotate origin
  • Snap distance
  • Selection distance (the hot area around selectable objects)

Forum threads

Relevant changes

Bugtracker Issues

  • Tickets tagged with HiDPI