Fix a font size for .NET GUI
Posted
by Dmi
on Stack Overflow
See other posts from Stack Overflow
or by Dmi
Published on 2010-04-14T13:19:01Z
Indexed on
2010/04/14
13:23 UTC
Read the original article
Hit count: 186
Hi,
Depending on the font settings (DPI and such) on the user's computers, I can have text become too big to fit in a button and moves down to the next line (wrap), so if it is a small button that says "Do xyz", it will only show "Do" unless I increase the height on the user's computer, but it looks fine on mine.
Is there any way to force it to stick to original font size?
© Stack Overflow or respective owner