BidiType#
Added in version 1.22.
Deprecated since version 1.44: Use fribidi for this information
- class BidiType#
PangoBidiType
represents the bidirectional character
type of a Unicode character.
The values in this enumeration are specified by the Unicode bidirectional algorithm.
Methods#
- class BidiType
- for_unichar() BidiType #
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
unichar_direction
.Added in version 1.22.
Fields#
- class BidiType
- AL#
The type of the None singleton.
- AN#
The type of the None singleton.
- B#
The type of the None singleton.
- BN#
The type of the None singleton.
- CS#
The type of the None singleton.
- EN#
The type of the None singleton.
- ES#
The type of the None singleton.
- ET#
The type of the None singleton.
- FSI#
The type of the None singleton.
- L#
The type of the None singleton.
- LRE#
The type of the None singleton.
- LRI#
The type of the None singleton.
- LRO#
The type of the None singleton.
- NSM#
The type of the None singleton.
- ON#
The type of the None singleton.
- PDF#
The type of the None singleton.
- PDI#
The type of the None singleton.
- R#
The type of the None singleton.
- RLE#
The type of the None singleton.
- RLI#
The type of the None singleton.
- RLO#
The type of the None singleton.
- S#
The type of the None singleton.
- WS#
The type of the None singleton.