webmaster442.windowsterminal.fragments.terminalfontweight - webmaster442/WindowsTerminal GitHub Wiki
TerminalFontWeight
Namespace: Webmaster442.WindowsTerminal.Fragments
Weight (lightness or heaviness of the strokes) of a Font
public enum TerminalFontWeight
Inheritance Object → ValueType → Enum → TerminalFontWeight Implements IComparable, ISpanFormattable, IFormattable, IConvertible Attributes JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Normal font weight |
Thin | 1 | Thin font weight |
ExtraLight | 2 | Extra light font weight |
Light | 3 | Light font weight |
SemiLight | 4 | Semi light font weight |
Medium | 5 | Medium font weight |
SemiBold | 6 | Semi bold font weight |
Bold | 7 | Bold font weight |
ExtraBold | 8 | Extra bold font weight |
Black | 9 | Black font weight |
ExtraBlack | 10 | Extra black font weight |