How to program UI so it works with all font sizes and dpi's ?
-
I remember reading an article about how to correctly program for all font sizes and DPI's (eg. 96 and 120), but I can't find the article anywhere (it may not even be on CP). Can anyone help me with a link to an article, or even book reference, about making your UI compatible for all font sizes and DPI's ?
-
I remember reading an article about how to correctly program for all font sizes and DPI's (eg. 96 and 120), but I can't find the article anywhere (it may not even be on CP). Can anyone help me with a link to an article, or even book reference, about making your UI compatible for all font sizes and DPI's ?
All you have to do is search MSDN :) How to Write High-DPI Applications[^] Btw in Windows Vista all you have to do is call the SetProcessDPIAware Function[^] Best Wishes, -David Delaune
-
All you have to do is search MSDN :) How to Write High-DPI Applications[^] Btw in Windows Vista all you have to do is call the SetProcessDPIAware Function[^] Best Wishes, -David Delaune
Thanks David! :)