Enum pango_sys::PangoAttrType
[−]
[src]
#[repr(C)]pub enum PangoAttrType { Invalid, Language, Family, Style, Weight, Variant, Stretch, Size, FontDesc, Foreground, Background, Underline, Strikethrough, Rise, Shape, Scale, Fallback, LetterSpacing, UnderlineColor, StrikethroughColor, AbsoluteSize, Gravity, GravityHint, FontFeatures, ForegroundAlpha, BackgroundAlpha, }
Variants
Invalid
Language
Family
Style
Weight
Variant
Stretch
Size
FontDesc
Foreground
Background
Underline
Strikethrough
Rise
Shape
Scale
Fallback
LetterSpacing
UnderlineColor
StrikethroughColor
AbsoluteSize
Gravity
GravityHint
FontFeatures
ForegroundAlpha
BackgroundAlpha
Trait Implementations
impl Clone for PangoAttrType
[src]
fn clone(&self) -> PangoAttrType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more