Font.InternalLeading Property

Gets an internal leading of the current font.

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

Syntax

C#
public float InternalLeading { get; }

Property Value

The internal leading for the current font.

Remarks

This value specifies the amount of leading (space) inside the bounds set by the Size property. Accent marks and other diacritical characters may occur in this area. The font designer may set this value to zero.

See Also

Reference