Enum FontWeight
Identifies the visual weight of a font on the OpenType and CSS weight scale.
public enum FontWeight
Fields
Black = 900Black weight (900).
Bold = 700Bold weight (700).
ExtraBold = 800Extra-bold weight (800).
ExtraLight = 200Extra-light weight (200).
Light = 300Light weight (300).
Medium = 500Medium weight (500).
Normal = 400Normal weight (400).
SemiBold = 600Semi-bold weight (600).
Thin = 100Thin weight (100).