Enum BidiCharacterType
Provides enumeration for the Unicode Bidirectional character types. https://unicode.org/reports/tr9/#Table Bidirectional Character Types.
Namespace: SixLabors.Fonts.Unicode
Assembly: SixLabors.Fonts.dll
Syntax
public enum BidiCharacterType
Fields
Name | Description |
---|---|
ArabicLetter | Arabic Letter. |
ArabicNumber | Arabic Number. |
BoundaryNeutral | Boundary Neutral. |
CommonSeparator | Common Separator |
EuropeanNumber | European Number |
EuropeanSeparator | European Separator |
EuropeanTerminator | European Terminator |
FirstStrongIsolate | First Strong Isolate |
LeftToRight | Left-to-right. |
LeftToRightEmbedding | Left-to-right Embedding. |
LeftToRightIsolate | Left-to-right Isolate |
LeftToRightOverride | Left-to-right Override |
NonspacingMark | Nonspacing Mark. |
OtherNeutral | Other Neutral. |
ParagraphSeparator | Paragraph Separator |
PopDirectionalFormat | Pop Directional Format |
PopDirectionalIsolate | Pop Directional Isolate. |
RightToLeft | Right-to-left. |
RightToLeftEmbedding | Right-to-left Embedding |
RightToLeftIsolate | Right-to-left Isolate. |
RightToLeftOverride | Right-to-left Override. |
SegmentSeparator | Segment Separator |
Whitespace | White Space. |