Enum IndicPositionalCategory
Unicode Indic Positional Categories.
Namespace: SixLabors.Fonts.Unicode
Assembly: SixLabors.Fonts.dll
Syntax
public enum IndicPositionalCategory
Fields
| Name | Description |
|---|---|
| Bottom | Bottom |
| BottomAndLeft | Bottom_And_Left |
| BottomAndRight | Bottom_And_Right |
| Left | Left |
| LeftAndRight | Left_And_Right |
| NA | NA |
| Overstruck | Overstruck |
| Right | Right |
| Top | Top |
| TopAndBottom | Top_And_Bottom |
| TopAndBottomAndLeft | Top_And_Bottom_And_Left |
| TopAndBottomAndRight | Top_And_Bottom_And_Right |
| TopAndLeft | Top_And_Left |
| TopAndLeftAndRight | Top_And_Left_And_Right |
| TopAndRight | Top_And_Right |
| VisualOrderLeft | Visual_Order_Left |