Function
Pango.find_base_dir
Declaration [src]
PangoDirection
pango_find_base_dir (
  const gchar* text,
  gint length
)
Description [src]
Searches a string the first character that has a strong direction, according to the Unicode bidirectional algorithm.
Parameters
| text | const gchar* | 
| the text to process. Must be valid UTF-8 | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| length | gint | 
| length of  | 
Return value
| Returns: PangoDirection | |
| The direction corresponding to the first strong character.
If no such character is found, then  |