Enum usvg::FontWeight[][src]

pub enum FontWeight {
    W100,
    W200,
    W300,
    W400,
    W500,
    W600,
    W700,
    W800,
    W900,
}

A font weight.

font-weight attribute in the SVG.

Variants

Trait Implementations

impl Clone for FontWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FontWeight
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FontWeight

impl Sync for FontWeight