Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoUnicharDirection

pangoUnicharDirection


Description

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

Usage

pangoUnicharDirection(ch)

Arguments

ch

[numeric] a Unicode character

Details

This function is useful to categorize characters into left-to-right letters, right-to-left letters, and everything else. If full Unicode bidirectional type of a character is needed, pangoBidiTypeForGunichar() can be used instead.

Value

[PangoDirection] the direction of the character.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.