I'm basically trying to alter the font size for my program in accordance with the resolution; the programming itself is fine, it's more the maths of it which is the problem.
For example:
800x600 - physical font height = 22
1024x768 - physical font height = 22
etc etc.
As for widescreen vs standard resolutions, that's another issue once I figure out this equation.
Thanks in advance.