Font.Ascent Property

Get an ascent of the current font.

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

Syntax

C#
public float Ascent { get; }

Property Value

The font ascent.

Remarks

Ascent is the distance between the top of the character cell and the baseline.

See Also

Reference