Class CSSFontFeatureValuesRule
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSFontFeatureValuesRule interface represents an @font-feature-values at-rule, letting developers assign for each font face a common name to specify features indices to be used in font-variant-alternates.
[Value("CSSFontFeatureValuesRule")]
public class CSSFontFeatureValuesRule : CSSRule
- Inheritance
-
CSSFontFeatureValuesRule
- Inherited Members
Remarks
Constructors
CSSFontFeatureValuesRule()
public CSSFontFeatureValuesRule()
Properties
Annotation
[Value("annotation")]
public CSSFontFeatureValuesMap Annotation { get; }
Property Value
CharacterVariant
[Value("characterVariant")]
public CSSFontFeatureValuesMap CharacterVariant { get; }
Property Value
FontFamily
The fontFamily property of the CSSConditionRule interface represents the name of the font family it applies to.
[Value("fontFamily")]
public string FontFamily { get; set; }
Property Value
- string
A string.
Remarks
HistoricalForms
[Value("historicalForms")]
public CSSFontFeatureValuesMap HistoricalForms { get; }
Property Value
Ornaments
[Value("ornaments")]
public CSSFontFeatureValuesMap Ornaments { get; }
Property Value
Styleset
[Value("styleset")]
public CSSFontFeatureValuesMap Styleset { get; }
Property Value
Stylistic
[Value("stylistic")]
public CSSFontFeatureValuesMap Stylistic { get; }
Property Value
Swash
[Value("swash")]
public CSSFontFeatureValuesMap Swash { get; }