You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now MonitorId::get_hidpi_factor returns a logical dpi factor.
But there is no function to access physcial dpi value of a screen, like QScreen::physicalDotsPerInch in Qt.
It's necessary for any physical-size-aware software like Ruler.
The text was updated successfully, but these errors were encountered:
Would #442 accomplish what you're looking to do? Unfortunately that code's got some merge conflicts, but once those have been cleaned up it seems mostly ready to ship.
Now
MonitorId::get_hidpi_factor
returns a logical dpi factor.But there is no function to access physcial dpi value of a screen, like
QScreen::physicalDotsPerInch
in Qt.It's necessary for any physical-size-aware software like Ruler.
The text was updated successfully, but these errors were encountered: