I am using a picture box as a print preview window.
Everything is working fine except for one annoying
problem.

When I set the font size as below:-

picture1.fontsize = 8

I then check the property to find that it has set it to 8.25
I come across this with a number of sizes not just 8 (e.g: 16 gets set to 15.75).

Anyone any ideas.

SeanR