Font Size Resize problem

  • Thread starter Thread starter RedEye
  • Start date Start date
R

RedEye

Hello,

I have a WinForms application that needs to use a font size of 8.25.
Everything on the form is spaced and organized around that size of font.

The problem: A user has there system font size set to extra large and the
form is all messed up.

What can I do to enforce the font size set in the application?

Thanks,
Bryan
 
RedEye said:
I have a WinForms application that needs to use a font size of 8.25.
Everything on the form is spaced and organized around that size of font.

The problem: A user has there system font size set to extra large and the
form is all messed up.

What can I do to enforce the font size set in the application?

The font size is a system setting and there are many reasons why users may
want to use their own fonts and sizes throughout their applications. You
should write your application to be able to work with these settings
instead of trying to avoid or disable them.


Oliver Sturm
 
Back
Top