BidiType
Description:
[ CCode ( cprefix = "PANGO_BIDI_TYPE_" , type_id = "pango_bidi_type_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "1.44" , since = "1.22" ) ]
public enum BidiType
Warning: BidiType is deprecated since 1.44.
`PangoBidiType` represents the bidirectional character type of a Unicode character.
Note:
Use fribidi for this information
The values in this enumeration are specified by the Unicode bidirectional
algorithm.
Content:
Enum values:
- AL - Right-to-Left Arabic
- AN - Arabic Number
- B - Paragraph Separator
- BN - Boundary Neutral
- CS - Common Number Separator
- EN - European Number
- ES - European Number Separator
- ET - European Number Terminator
- FSI - First strong isolate.
- L - Left-to-Right
- LRE - Left-to-Right Embedding
- LRI - Left-to-Right isolate.
- LRO - Left-to-Right Override
- NSM - Nonspacing Mark
- ON - Other Neutrals
- PDF - Pop Directional Format
- PDI - Pop directional isolate.
- R - Right-to-Left
- RLE - Right-to-Left Embedding
- RLI - Right-to-Left isolate.
- RLO - Right-to-Left Override
- S - Segment Separator
- WS - Whitespace
Static methods: