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

pangoFindBaseDir

pangoFindBaseDir


Description

Searches a string the first character that has a strong direction, according to the Unicode bidirectional algorithm.

Usage

pangoFindBaseDir(text, length = -1)

Arguments

text

[character] the text to process

length

[integer] length of text in bytes (may be -1 if text is nul-terminated)

Details

Since 1.4

Value

[PangoDirection] The direction corresponding to the first strong character. If no such character is found, then PANGO_DIRECTION_NEUTRAL is returned.

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.