class Pango::TabArray
- Pango::TabArray
- Reference
- Object
Overview
A Pango::TabArray
contains an array of tab stops.
Pango::TabArray
can be used to set tab stops in a Pango::Layout
.
Each tab stop has an alignment, a position, and optionally
a character to use as decimal point.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/tab_array.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(initial_size : Int32, positions_in_pixels : Bool) : self
Class Method Summary
- .from_string(text : String) : Pango::TabArray | Nil
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #copy : Pango::TabArray
- #decimal_point(tab_index : Int32) : Char
- #finalize
- #free : Nil
- #positions_in_pixels : Bool
- #positions_in_pixels=(positions_in_pixels : Bool) : Nil
- #resize(new_size : Int32) : Nil
- #set_decimal_point(tab_index : Int32, decimal_point : Char) : Nil
- #set_tab(tab_index : Int32, alignment : Pango::TabAlign, location : Int32) : Nil
- #size : Int32
- #sort : Nil
- #tab(tab_index : Int32) : Nil
- #tabs : Nil
- #to_string : String
- #to_unsafe : Pointer(Void)
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.