pangoReorderItems {RGtk2}R Documentation

pangoReorderItems

Description

From a list of items in logical order and the associated directional levels, produce a list in visual order. The original list is unmodified.

Usage

pangoReorderItems(logical.items)

Arguments

logical.items [list] a GList of PangoItem in logical order.

Value

[list] a GList of PangoItem structures in visual order.
(Please mail otaylorredhat.com if you use this function. It is not a particularly convenient interface, and the code is duplicated elsewhere in Pango for that reason.)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]