Enum usvg::FontStretch[][src]

pub enum FontStretch {
    Normal,
    Wider,
    Narrower,
    UltraCondensed,
    ExtraCondensed,
    Condensed,
    SemiCondensed,
    SemiExpanded,
    Expanded,
    ExtraExpanded,
    UltraExpanded,
}

A font stretch.

font-stretch attribute in the SVG.

Variants

Trait Implementations

impl Clone for FontStretch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FontStretch
[src]

impl PartialEq for FontStretch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for FontStretch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FontStretch

impl Sync for FontStretch