Gets or sets a font weight.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public int Weight { get; set; }
You can use predefined constants for font weight for convenience.
Constant | Weight |
---|---|
FontWeightDoNotCare | 0 |
FontWeightThin | 100 |
FontWeightExtraLight | 200 |
FontWeightLight | 300 |
FontWeightNormal | 400 |
FontWeightMedium | 500 |
FontWeightSemibold | 600 |
FontWeightBold | 700 |
FontWeightExtrabold | 800 |
FontWeightHeavy | 900 |