pub type InitialLetter = GenericInitialLetter<CSSFloat, CSSInteger>;Expand description
A computed value for the initial-letter property.
Aliased Type§
#[repr(C)]pub struct InitialLetter {
pub size: f32,
pub sink: i32,
}Fields§
§size: f32The size, >=1, or 0 if normal.
sink: i32The sink, >=1, if specified, 0 otherwise.