pangoLayoutGetAutoDir {RGtk2}R Documentation

pangoLayoutGetAutoDir

Description

Gets whether to calculate the bidirectional base direction for the layout according to the contents of the layout. See pangoLayoutSetAutoDir.

Usage

pangoLayoutGetAutoDir(object)

Arguments

object [PangoLayout] a PangoLayout

Value

[logical] if TRUE, the bidirectional base direction is computed from the layout's contents.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]