Expand description
The @font-feature-values
at-rule.
Macrosยง
Structsยง
- FFVDeclaration
- A @font-feature-values block declaration.
It is
<ident>: <integer>+
. This struct can take 3 value types. - FFVDeclarations
Parser ๐ - @font-feature-values inside block parser. Parses a list of
FFVDeclaration
. (<ident>: <integer>+
) - Font
Feature Values Rule - The
@font-feature-values
at-rule. - Font
Feature ๐Values Rule Parser - Parser for
FontFeatureValuesRule
. Parses all blocks{ } = @stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation - Pair
Values - A @font-feature-values block declaration value that keeps one or two values.
- Single
Value - A @font-feature-values block declaration value that keeps one value.
- Vector
Values - A @font-feature-values block declaration value that keeps a list of values.
Enumsยง
- Block
Type ๐ - Keeps the information about block type like @swash, @styleset etc.
Functionsยง
- parse_
family_ name_ list - Parses a list of
FamilyName
s. - update_
or_ ๐push - Updates with new value if same
ident
exists, otherwise pushes to the vector.