pub type FontSizeAdjust = GenericFontSizeAdjust<NonNegativeNumber>;Expand description
Preserve the readability of text when font fallback occurs.
Aliased Type§
#[repr(u8)]pub enum FontSizeAdjust {
    None,
    ExHeight(NonNegative<f32>),
    CapHeight(NonNegative<f32>),
    ChWidth(NonNegative<f32>),
    IcWidth(NonNegative<f32>),
    IcHeight(NonNegative<f32>),
}