Closed
Description
When the text size (DPI) on Windows is set to Medium (125%) or Larger (150%),
it will also enlarge the text size in the following examples:
example.py (pywin32)
wxpython.py
pygtk_.py
Though, the text looks fuzzy.
Is there a way to disable the automatic enlarging of texts in CEF browser
windows? It would definitely give better results if the DPI setting was
detected manually, and then Browser.`SetZoomLevel()` was called to enlarge
text. The text fonts wouldn't look fuzzy then.
In the following examples, the text size is not enlarged automatically, thus on
high resolutions everything is so small:
pyqt.py
pyside.py
Investigate the Qt API whether there is some function to use the system DPI
setting for the embedded window.
Original issue reported on code.google.com by czarek.t...@gmail.com
on 18 Jan 2014 at 12:12
- Blocked on: New application setting "auto_zooming" #128
Metadata
Metadata
Assignees
Labels
No labels