enum Pango::Style
 
  Overview
An enumeration specifying the various slant styles possible for a font.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
- 
        Normal = 
0_u32 - 
        
the font is upright.
 - 
        Oblique = 
1_u32 - 
        
the font is slanted, but in a roman style.
 - 
        Italic = 
2_u32 - 
        
the font is slanted in an italic style.
 
Class Method Summary
- 
        .g_type : UInt64
        
          
Returns the type id (GType) registered in GLib type system.