Description Usage Arguments Details Value Author(s)
Determines the inherent direction of a character; either
PANGO_DIRECTION_LTR
, PANGO_DIRECTION_RTL
, or
PANGO_DIRECTION_NEUTRAL
.
1 |
|
[numeric] a Unicode character |
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.
[PangoDirection
] the direction of the character.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.