Expand description
Generic types for font stuff.
Re-exports§
pub use self::GenericLineHeight as LineHeight;
Structs§
- https://drafts.csswg.org/css-fonts-4/#feature-tag-value
- A value both for font-variation-settings and font-feature-settings.
- A font four-character tag, represented as a u32 for convenience.
- Variation setting for a single feature, see:
Enums§
- A generic value for the
font-style
property. - A generic value for the
font-size-adjust
property. - A generic value for the
line-height
property.
Traits§
- A trait for values that are labelled with a FontTag (for feature and variation settings).