Autoscaling in wxWidgets

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
rsb
I live to help wx-kind
I live to help wx-kind
Posts: 170
Joined: Fri May 29, 2015 7:26 pm

Autoscaling in wxWidgets

Post by rsb »

Hello,

Does wxWidgets provide any support for auto scaling on Windows? We have customers who scale
their text up using the control panel. (Appearance and Personalization\Display). We develop our
application using the default of 96 DPI.

Thanks,
RSB

wxWidgets 3.1.0
Windows 7 Professional
Visual Studio 2015
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Autoscaling in wxWidgets

Post by doublemax »

Search for "high dpi" in this forum, there are a few threads about this topic.

viewtopic.php?p=175638#p175638
Use the source, Luke!
Post Reply