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.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def italic? #

def normal? #

def oblique? #