FontDescriptor.FontHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the line spacing of this font (i.e., the height of a line of text) in world units. Line spacing is the ascent + the descent + some recommended extra. The ascent is the height of the character above the baseline, and the descent is the height of the character below the baseline. The extra is below the descent.
public:
property float FontHeight { float get(); };
public float FontHeight { get; }
member this.FontHeight : single
Public ReadOnly Property FontHeight As Single