HtmlForgeX

API Reference

Enum

TablerFontWeight

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies font weight options.

Inheritance

  • Enum
  • TablerFontWeight

Values

public const TablerFontWeight Medium #

Default medium weight.

Value: 0
public const TablerFontWeight Bold #

Bold font weight.

Value: 1
public const TablerFontWeight Light #

Light font weight.

Value: 2
public const TablerFontWeight Normal #

Normal font weight.

Value: 3