Font.Descent Property

Get an descent of the current font.

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

Syntax

C#
public float Descent { get; }

Property Value

The font descent.

Remarks

Descent is the distance between the baseline and the bottom of the character cell.

See Also

Reference