StringMeasure.Height Property

Gets or sets string height.

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

Syntax

C#
public float Height { get; set; }

Property Value

The string height.

Remarks

String height is the default line spacing (the baseline-to-baseline distance) in pixels. 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