You should not use DrawString with AutoScale. That is the reason that the Label control was updated to support transparency. So if possible you should use a label instead of drawstring.
If you must use DrawString then you shouldn't use AutoScale.
The native NumUpDown control doesn't support changing fonts.
|