enum Pango::Stretch

Overview

An enumeration specifying the width of the font relative to other designs within a family.

Defined in:

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

Enum Members

UltraCondensed = 0_u32

ultra condensed width

ExtraCondensed = 1_u32

extra condensed width

Condensed = 2_u32

condensed width

SemiCondensed = 3_u32

semi condensed width

Normal = 4_u32

the normal width

SemiExpanded = 5_u32

semi expanded width

Expanded = 6_u32

expanded width

ExtraExpanded = 7_u32

extra expanded width

UltraExpanded = 8_u32

ultra expanded width

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 condensed? #

def expanded? #

def extra_condensed? #

def extra_expanded? #

def normal? #

def semi_condensed? #

def semi_expanded? #

def ultra_condensed? #

def ultra_expanded? #