I'm trying to find a way to get font measurements from within my PCL (Portable Class Library), however every resource I have come across to get font measurements seems to be platform specific.
Is this a limitation of the PCL to not support a portable way of retrieving font metrics?
And, if they have different ways of retrieving the metrics, does that mean that the metrics are different? That is, if I have Courier New 10 pt font, would the word Hello have a different width from a Windows desktop vs Windows Phone vs Windows RT application?