Enum usvg::FontStyle[][src]

pub enum FontStyle {
    Normal,
    Italic,
    Oblique,
}

A font style.

font-style attribute in the SVG.

Variants

Trait Implementations

impl Clone for FontStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FontStyle
[src]

impl PartialEq for FontStyle
[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 FontStyle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FontStyle

impl Sync for FontStyle