Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
pangoBidiTypeForUnichar: pangoBidiTypeForUnichar
Description
Determines the normative bidirectional character type of a character, as specified in the Unicode Character Database.
Usage
pangoBidiTypeForUnichar(ch)
Arguments
ch
[numeric] a Unicode character
Value
PangoBidiType
] the bidirectional character type, as used in the Unicode bidirectional algorithm.
Details
A simplified version of this function is available as
pangoUnicharGetDirection()
. Since 1.22