Share via


FontDescriptor.FontHeight Property

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.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property FontHeight As Single
public float FontHeight { get; }
public:
property float FontHeight {
    float get ();
}
member FontHeight : float32
function get FontHeight () : float

Property Value

Type: System.Single

.NET Framework Security

See Also

Reference

FontDescriptor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace