Method

Pango.GlyphItemIter.next_cluster

Declaration [src]

gboolean
pango_glyph_item_iter_next_cluster (
  PangoGlyphItemIter* iter
)

Description [src]

Advances the iterator to the next cluster in the glyph item.

See PangoGlyphItemIter for details of cluster orders.

Available since:1.22

Return value

Returns: gboolean

TRUE if the iterator was advanced, FALSE if we were already on the last cluster.