pub type InitialLetter = GenericInitialLetter<Number, Integer>;Expand description
A specified type for the initial-letter property.
Aliased Type§
#[repr(C)]pub struct InitialLetter {
pub size: Number,
pub sink: Integer,
}Fields§
§size: NumberThe size, >=1, or 0 if normal.
sink: IntegerThe sink, >=1, if specified, 0 otherwise.
Trait Implementations§
Source§impl Parse for InitialLetter
impl Parse for InitialLetter
Source§fn parse(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Self, ParseError>
fn parse( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>
Parse a value of this type. Read more