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.


[View source]

Instance Method Detail

def condensed? #

Returns true if this enum value equals Condensed


[View source]
def expanded? #

Returns true if this enum value equals Expanded


[View source]
def extra_condensed? #

Returns true if this enum value equals ExtraCondensed


[View source]
def extra_expanded? #

Returns true if this enum value equals ExtraExpanded


[View source]
def normal? #

Returns true if this enum value equals Normal


[View source]
def semi_condensed? #

Returns true if this enum value equals SemiCondensed


[View source]
def semi_expanded? #

Returns true if this enum value equals SemiExpanded


[View source]
def ultra_condensed? #

Returns true if this enum value equals UltraCondensed


[View source]
def ultra_expanded? #

Returns true if this enum value equals UltraExpanded


[View source]