09-21-2016 05:56 AM
Using 'draw text at point' functions, I've found font heights in mm's don't correspond with what they should be for a given point size on different screens. I scaled the picture to fit different screens, so do fonts change size even when the point size is specified?!
For example a 400 point Arial E should be 141.1 mm high, but it's either 59 or 75 mm depending on the monitor.
Confused.
09-21-2016 02:40 PM
Not font changes it size, but size of point in mm is different on different devices.
10-04-2016 09:56 AM
Thanks. Why is font size different for different devices? Or more importantly, is there a parameter I can read and use to adjust my font size for different monitors?
10-04-2016 10:00 AM - edited 10-04-2016 10:00 AM
You can detect the screen resolution of a display, but not the physical dimensions, so font size isn't something you can really adjust them accurately.
10-04-2016 10:25 AM
10-17-2016 09:50 AM
Thanks altenbach. I've read through that thread and variously online, and thought if LabVIEW assumes 72 DPI and I know the DPI of my monitor I could simply scale accordingly. That doesn't seem to be the case. Not sure why. Or why different fonts are widly different.
My aim is to display a font of known size in the centre of the screen (sounds simple enough!). I've attached my efforts and welcome any suggestions or comments.
Many thanks
Graham