Font.Weight Property

Gets or sets a font weight.

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

Syntax

C#
public int Weight { get; set; }

Property Value

The weight of the font in the range [0, 1000]. For example, 400 is normal and 700 is bold. If this value is zero, a default weight is used.

Remarks

You can use predefined constants for font weight for convenience.

See Also

Reference