system font size
-
hi,guy Sometimes the big font(120 DPI) will cause the interface to look so bad when we expect software to be run under small font(96DPI) conditions. This problem has troubled me for a long time. Do you have any solution or advice to me. Thank you for help me! Best Regards, KHLin :)
-
hi,guy Sometimes the big font(120 DPI) will cause the interface to look so bad when we expect software to be run under small font(96DPI) conditions. This problem has troubled me for a long time. Do you have any solution or advice to me. Thank you for help me! Best Regards, KHLin :)
You will need to layout your application so that it looks acceptable at either desktop font size. If the current layout is too crowded, you should rethink how you are doing things. Another option is to dynamically resize the controls in your application. Take a look at the articles in the 'dialog' section here on Code Project for some ideas.
Software Zen:
delete this;