Enum fontconfig_parser::Constant [−][src]
pub enum Constant {
Show 45 variants
Thin,
Extralight,
Ultralight,
Light,
Demilight,
Semilight,
Book,
Regular,
Normal,
Medium,
Demibold,
Semibold,
Bold,
Extrabold,
Black,
Heavy,
Roman,
Italic,
Oblique,
Ultracondensed,
Extracondensed,
Condensed,
Semicondensed,
Semiexpanded,
Expanded,
Extraexpanded,
Ultraexpanded,
Proportional,
Dual,
Mono,
Charcell,
Unknown,
Rgb,
Bgr,
Vrgb,
Vbgr,
None,
Lcdnone,
Lcddefault,
Lcdlight,
Lcdlegacy,
Hintnone,
Hintslight,
Hintmedium,
Hintfull,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Constant
impl UnwindSafe for Constant
Blanket Implementations
Mutably borrows from an owned value. Read more