vizia_core::vg::svg

Type Alias FontWeight

pub type FontWeight = SkSVGFontWeight_Type;

Aliased Type§

enum FontWeight {
Show 14 variants W100 = 0, W200 = 1, W300 = 2, W400 = 3, W500 = 4, W600 = 5, W700 = 6, W800 = 7, W900 = 8, Normal = 9, Bold = 10, Bolder = 11, Lighter = 12, Inherit = 13,
}

Variants§

§

W100 = 0

§

W200 = 1

§

W300 = 2

§

W400 = 3

§

W500 = 4

§

W600 = 5

§

W700 = 6

§

W800 = 7

§

W900 = 8

§

Normal = 9

§

Bold = 10

§

Bolder = 11

§

Lighter = 12

§

Inherit = 13

Trait Implementations

§

impl Clone for SkSVGFontWeight_Type

§

fn clone(&self) -> SkSVGFontWeight_Type

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SkSVGFontWeight_Type

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Hash for SkSVGFontWeight_Type

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl PartialEq for SkSVGFontWeight_Type

§

fn eq(&self, other: &SkSVGFontWeight_Type) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for SkSVGFontWeight_Type

§

impl Eq for SkSVGFontWeight_Type

§

impl StructuralPartialEq for SkSVGFontWeight_Type