enum Pango::TextTransform

Overview

An enumeration that affects how Pango treats characters during shaping.

Defined in:

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

Enum Members

None = 0_u32

Leave text unchanged

Lowercase = 1_u32

Display letters and numbers as lowercase

Uppercase = 2_u32

Display letters and numbers as uppercase

Capitalize = 3_u32

Display the first character of a word in titlecase

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

def lowercase? #

def none? #

def uppercase? #