vizia_core::vg::svgType Alias FontWeight
pub type FontWeight = SkSVGFontWeight_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,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.