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

Font.AverageCharWidth Property

Returns an average character width of the current font.

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

Syntax

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

Property Value

Average character width of the current font.

Remarks

As usual it is defined as a width of character "x". This value does not include the overhang required for bold or italic characters.

See Also

Reference