Module style::stylesheets::font_feature_values_rule

source ยท
Expand description

The @font-feature-values at-rule.

Macrosยง

Structsยง

  • A @font-feature-values block declaration. It is <ident>: <integer>+. This struct can take 3 value types.
  • @font-feature-values inside block parser. Parses a list of FFVDeclaration. (<ident>: <integer>+)
  • Parser for FontFeatureValuesRule. Parses all blocks { } = @stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation
  • A @font-feature-values block declaration value that keeps one or two values.
  • A @font-feature-values block declaration value that keeps one value.
  • A @font-feature-values block declaration value that keeps a list of values.

Enumsยง

  • BlockType ๐Ÿ”’
    Keeps the information about block type like @swash, @styleset etc.

Functionsยง