BidiType.forUnichar

Determines the bidirectional type of a character.

The bidirectional type is specified in the Unicode Character Database.

A simplified version of this function is available as funcunichar_direction.

struct BidiType
static
forUnichar
(
dchar ch
)

Parameters

ch dchar

a Unicode character

Return Value

Type: pango.types.BidiType

the bidirectional character type, as used in the Unicode bidirectional algorithm.