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