pangoUnicharDirection {RGtk2}R Documentation

pangoUnicharDirection

Description

Determines the direction of a character; either PANGO_DIRECTION_LTR, PANGO_DIRECTION_RTL, or PANGO_DIRECTION_NEUTRAL.

Usage

pangoUnicharDirection(ch)

Arguments

ch [numeric] a Unicode character

Value

[PangoDirection] the direction of the character, as used in the Unicode bidirectional algorithm.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]