pangoLayoutIterNextChar {RGtk2}R Documentation

pangoLayoutIterNextChar

Description

Moves iter forward to the next character in visual order. If iter was already at the end of the layout, returns FALSE.

Usage

pangoLayoutIterNextChar(object)

Arguments

object

a PangoLayoutIter

Value

[logical] whether motion was possible.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]