pangoUnicharDirection {RGtk2} | R Documentation |
Determines the direction of a character; either
PANGO_DIRECTION_LTR
, PANGO_DIRECTION_RTL
, or
PANGO_DIRECTION_NEUTRAL
.
pangoUnicharDirection(ch)
|
[numeric] a Unicode character |
[PangoDirection
] the direction of the character, as used in the
Unicode bidirectional algorithm.
Derived by RGtkGen from GTK+ documentation