pub type LetterSpacing = GenericLetterSpacing<LengthPercentage>;
Expand description
This is generic just to make the #[derive()] code do the right thing for lengths.
Aliased Type§
struct LetterSpacing(pub LengthPercentage);
Fields§
§0: LengthPercentage