enum Pango::FontMask

Defined in:

lib/gi-crystal/src/auto/pango-1.0/pango.cr

Enum Members

Family = 1_u32
Style = 2_u32
Variant = 4_u32
Weight = 8_u32
Stretch = 16_u32
Size = 32_u32
Gravity = 64_u32
Variations = 128_u32
None = 0_u32
All = 255_u32

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.


[View source]

Instance Method Detail

def family? #

[View source]
def gravity? #

[View source]
def none? #

[View source]
def size? #

[View source]
def stretch? #

[View source]
def style? #

[View source]
def variant? #

[View source]
def variations? #

[View source]
def weight? #

[View source]