enum Pango::EllipsizeMode

Overview

Pango::EllipsizeMode describes what sort of ellipsization should be applied to text.

In the ellipsization process characters are removed from the text in order to make it fit to a given width and replaced with an ellipsis.

Defined in:

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

Enum Members

None = 0_u32

No ellipsization

Start = 1_u32

Omit characters at the start of the text

Middle = 2_u32

Omit characters in the middle of the text

End = 3_u32

Omit characters at the end of the text

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

[View source]
def middle? #

[View source]
def none? #

[View source]
def start? #

[View source]