pangoGlyphItemIterPrevCluster {RGtk2}R Documentation

pangoGlyphItemIterPrevCluster

Description

Moves the iterator to the preceding cluster in the glyph item. See PangoGlyphItemIter for details of cluster orders.

Usage

pangoGlyphItemIterPrevCluster(object)

Arguments

object

a PangoGlyphItemIter

Details

Since 1.22

Value

[logical] TRUE if the iterator was moved, FALSE if we were already on the first cluster.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]