pangoFindBaseDir {RGtk2} | R Documentation |
Searches a string the first character that has a strong direction, according to the Unicode bidirectional algorithm.
pangoFindBaseDir(text, length = -1)
|
[character] the text to process |
|
[integer] length of text in bytes (may be -1 if text is nul-terminated) |
Since 1.4
[PangoDirection
] The direction corresponding to the first strong character.
If no such character is found, then PANGO_DIRECTION_NEUTRAL
is returned.
Derived by RGtkGen from GTK+ documentation