FontMetrics.Height Property

Gets the default line spacing (the baseline-to-baseline distance), in pixels, when writing text with this font.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Height { get; }

Property Value

The default line spacing (the baseline-to-baseline distance), in pixels, when writing text with this font.

Remarks

This value usually is larger than the sum of the ascender and descender taken as absolute values. There is also no guarantee that no glyphs extend above or below subsequent baselines when using this distance. You may think of it as a value the designer of the font finds appropriate.

See Also

Reference

Manual