Table of Contents

Enum FontWeight

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Identifies the visual weight of a font on the OpenType and CSS weight scale.

public enum FontWeight

Fields

Black = 900

Black weight (900).

Bold = 700

Bold weight (700).

ExtraBold = 800

Extra-bold weight (800).

ExtraLight = 200

Extra-light weight (200).

Light = 300

Light weight (300).

Medium = 500

Medium weight (500).

Normal = 400

Normal weight (400).

SemiBold = 600

Semi-bold weight (600).

Thin = 100

Thin weight (100).