Font.AverageCharWidth Property

Gets an average character width of the current font.

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

Syntax

C#
public float AverageCharWidth { get; }

Property Value

The 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