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>+
) - The
@font-feature-values
at-rule. - 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ยง
- Parses a list of
FamilyName
s. - update_or_push ๐Updates with new value if same
ident
exists, otherwise pushes to the vector.