Enum BidiPairedBracketType
Provides enumeration for classifying characters into opening and closing paired brackets for the purposes of the Unicode Bidirectional Algorithm. https://www.unicode.org/Public/UCD/latest/ucd/BidiBrackets.txt.
Namespace: SixLabors.Fonts.Unicode
Assembly: SixLabors.Fonts.dll
Syntax
public enum BidiPairedBracketType
Fields
| Name | Description |
|---|---|
| Close | Close. |
| None | None. |
| Open | Open. |