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

Font.Weight Property

Gets/sets a font weight.

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

Syntax

Visual Basic
Public Property Weight As Integer
C#
public int Weight { get; set; }

Property Value

An integer value that specifies 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