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 BidiPairedBracketTypeFields
| Name | Description | 
|---|---|
| Close | Close. | 
| None | None. | 
| Open | Open. |