enum Pango::RenderPart

Overview

Pango::RenderPart defines different items to render for such purposes as setting colors.

Defined in:

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

Enum Members

Foreground = 0_u32

the text itself

Background = 1_u32

the area behind the text

Underline = 2_u32

underlines

Strikethrough = 3_u32

strikethrough lines

Overline = 4_u32

overlines

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

[View source]
def foreground? #

[View source]
def overline? #

[View source]
def strikethrough? #

[View source]
def underline? #

[View source]