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

Details

Since 1.4

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]