I need to measure or somehow determine the maximum height for a given font.
I also need to determine where the base font is located.
The Graphics.MeasureString function apparently only defines the bounding box of a particular row (which is useful, but not what I need right now).
In particular, I am looking for ONLY the vertical font size in pixels. However, it should vertically place all possible lines.
Is this something you can programmatically determine?
source share