:right-sidebar: True BidiType =================================================================== .. currentmodule:: gi.repository.Pango .. versionadded:: 1.22 .. deprecated:: 1.44 Use fribidi for this information .. class:: BidiType :no-contents-entry: ``PangoBidiType`` represents the bidirectional character type of a Unicode character. The values in this enumeration are specified by the `Unicode bidirectional algorithm `__\. Methods ------- .. rst-class:: interim-class .. class:: BidiType :no-index: .. method:: for_unichar() -> ~gi.repository.Pango.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 :obj:`~gi.repository.Pango.unichar_direction`\. .. versionadded:: 1.22 Fields ------ .. rst-class:: interim-class .. class:: BidiType :no-index: .. attribute:: AL The type of the None singleton. .. attribute:: AN The type of the None singleton. .. attribute:: B The type of the None singleton. .. attribute:: BN The type of the None singleton. .. attribute:: CS The type of the None singleton. .. attribute:: EN The type of the None singleton. .. attribute:: ES The type of the None singleton. .. attribute:: ET The type of the None singleton. .. attribute:: FSI The type of the None singleton. .. attribute:: L The type of the None singleton. .. attribute:: LRE The type of the None singleton. .. attribute:: LRI The type of the None singleton. .. attribute:: LRO The type of the None singleton. .. attribute:: NSM The type of the None singleton. .. attribute:: ON The type of the None singleton. .. attribute:: PDF The type of the None singleton. .. attribute:: PDI The type of the None singleton. .. attribute:: R The type of the None singleton. .. attribute:: RLE The type of the None singleton. .. attribute:: RLI The type of the None singleton. .. attribute:: RLO The type of the None singleton. .. attribute:: S The type of the None singleton. .. attribute:: WS The type of the None singleton.