Class FontWeights
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides constants for font weights.
public static class FontWeights
- Inheritance
-
FontWeights
- Inherited Members
Fields
Regular
Regular font weight.
public const string Regular = "regular"
Field Value
Strong
Strong font weight.
public const string Strong = "strong"
Field Value
Stronger
Stronger font weight.
public const string Stronger = "stronger"
Field Value
Properties
All
Gets all weights in kebab-case format.
public static string[] All { get; }
Property Value
- string[]
Names
Gets all weights in PascalCase format.
public static string[] Names { get; }
Property Value
- string[]