EFileTahi-A
Contributor
- Joined
- Aug 8, 2004
- Location
- Portugal / Barreiro
How can I ignore window's font size scale settings? Because if the font size is set to 125% or above my app will be completely wasted as dozens of controls will overlap and text itself will be cut in 90% of the cases.
Not to mention that one of my forms got destroyed when I opened it in my new Notebook which had the font size set to 125%. I had to reposition every damn control on that form when I set the font size back to 100%.
So, how can I completely bypass window's auto font scale size?
(The correct way to see it)
I understand that I shouldn't override the user's chosen settings in windows, but I have no other way to let my custom controls function properly as everything is measured using pixel precision.
(My way to see it)
My app, my rules. Don't like it? Don't use it.
Anyway, I understand I need to set control scale to none but I'm not sure how to stop text from scaling.
Thanks.
Not to mention that one of my forms got destroyed when I opened it in my new Notebook which had the font size set to 125%. I had to reposition every damn control on that form when I set the font size back to 100%.
So, how can I completely bypass window's auto font scale size?
(The correct way to see it)
I understand that I shouldn't override the user's chosen settings in windows, but I have no other way to let my custom controls function properly as everything is measured using pixel precision.
(My way to see it)
My app, my rules. Don't like it? Don't use it.
Anyway, I understand I need to set control scale to none but I'm not sure how to stop text from scaling.
Thanks.