class Pango::LayoutIter
- Pango::LayoutIter
- Reference
- Object
Overview
A PangoLayoutIter
can be used to iterate over the visual
extents of a PangoLayout
.
To obtain a PangoLayoutIter
, use Pango::Layout#iter
.
The PangoLayoutIter
structure is opaque, and has no user-visible fields.
Defined in:
auto/pango-1.0/layout_iter.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #at_last_line : Bool
- #baseline : Int32
- #char_extents : Pango::Rectangle
- #cluster_extents : Pango::Rectangle
- #copy : Pango::LayoutIter?
- #finalize
- #free : Nil
- #index : Int32
- #layout : Pango::Layout
- #layout_extents : Pango::Rectangle
- #line : Pango::LayoutLine
- #line_extents : Pango::Rectangle
- #line_readonly : Pango::LayoutLine
- #line_yrange : Nil
- #next_char : Bool
- #next_cluster : Bool
- #next_line : Bool
- #next_run : Bool
- #run : Pango::GlyphItem?
- #run_baseline : Int32
- #run_extents : Pango::Rectangle
- #run_readonly : Pango::GlyphItem?
- #to_unsafe : Pointer(Void)
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.