I created a project using winforms. A couple of my buttons contained two words. When the software was installed on a users PC, I noticed that the second word did not fit on the button.
I believe this is because for whatever reason the users PC rendered the font I used larger than it appears on my PC and the others I've tested it on. I'm thinking this is probably some user setting in his operating system. The font I used was the default, "Microsoft Sans Serif," 12 point font. The PC that it was installed on was running Windows 7.
Has anyone ever heard of this before/is there a way around it so that I know text will always fit in labels, buttons, etc?