This documentation is for the old version. Go to the latest Graphics Mill docs

Font.InternalLeading Property

Returns internal leading of the current font.

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

Syntax

Visual Basic
Public ReadOnly Property InternalLeading As Single
C#
public float InternalLeading { get; }

Property Value

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