Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.GlyphItemIter |
Struct : | GlyphItemIter |
Properties | Defined By | |
---|---|---|
end_char : gint32
|
Pango.GlyphItemIter | |
end_glyph : gint32
|
Pango.GlyphItemIter | |
end_index : gint32
|
Pango.GlyphItemIter | |
glyph_item : Pango.GlyphItem
|
Pango.GlyphItemIter | |
start_char : gint32
|
Pango.GlyphItemIter | |
start_glyph : gint32
|
Pango.GlyphItemIter | |
start_index : gint32
|
Pango.GlyphItemIter | |
text : String
|
Pango.GlyphItemIter |
Method / Constructor | Defined By | |
---|---|---|
new Pango.GlyphItemIter
()
Create a new Pango.GlyphItemIter
Create a new Pango.GlyphItemIter
|
||
copy
()
:
Pango.GlyphItemIter
Make a shallow copy of an existing PangoGlyphItemIter structure.
Make a shallow copy of an existing PangoGlyphItemIter structure.
be freed with pango_glyph_item_iter_free(), or NULL if orig was NULL.
|
Pango.GlyphItemIter | |
free
()
:
none
Frees a PangoGlyphItemIter created by pango_glyph_item_iter_copy().
Frees a PangoGlyphItemIter created by pango_glyph_item_iter_copy().
|
Pango.GlyphItemIter | |
Initializes a PangoGlyphItemIter structure to point to the
last cluster in a glyph item.
Initializes a PangoGlyphItemIter structure to point to the
last cluster in a glyph item. See PangoGlyphItemIter for details of cluster orders.
|
Pango.GlyphItemIter | |
Initializes a PangoGlyphItemIter structure to point to the
first cluster in a glyph item.
Initializes a PangoGlyphItemIter structure to point to the
first cluster in a glyph item. See PangoGlyphItemIter for details of cluster orders.
|
Pango.GlyphItemIter | |
next_cluster
()
:
gboolean
Advances the iterator to the next cluster in the glyph item.
Advances the iterator to the next cluster in the glyph item.
See PangoGlyphItemIter for details of cluster orders. last cluster.
|
Pango.GlyphItemIter | |
prev_cluster
()
:
gboolean
Moves the iterator to the preceding cluster in the glyph item.
Moves the iterator to the preceding cluster in the glyph item.
See PangoGlyphItemIter for details of cluster orders. first cluster.
|
Pango.GlyphItemIter |
None |