Type Alias InitialLetter

Source
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: f32

The size, >=1, or 0 if normal.

§sink: i32

The sink, >=1, if specified, 0 otherwise.