Enum IndicPositionalCategory
Unicode Indic_Positional_Category property values. https://www.unicode.org/reports/tr44/#Indic_Positional_Category
public enum IndicPositionalCategory
Fields
Bottom = 0Bottom.
BottomAndLeft = 1Bottom_And_Left.
BottomAndRight = 2Bottom_And_Right.
Left = 3Left.
LeftAndRight = 4Left_And_Right.
NA = 255Not applicable.
This is the Unicode fallback for code points without an explicit Indic_Positional_Category.
Overstruck = 6Overstruck.
Right = 7Right.
Top = 8Top.
TopAndBottom = 9Top_And_Bottom.
TopAndBottomAndLeft = 10Top_And_Bottom_And_Left.
TopAndBottomAndRight = 11Top_And_Bottom_And_Right.
TopAndLeft = 12Top_And_Left.
TopAndLeftAndRight = 13Top_And_Left_And_Right.
TopAndRight = 14Top_And_Right.
VisualOrderLeft = 15Visual_Order_Left.
Remarks
These values describe the notional slot of dependent vowels, visible viramas, and related signs around an Indic syllable core. The property supplements IndicSyllabicCategory for shaping and segmentation, but it is not a prescriptive font-design or final glyph-placement property. NA is the default for code points whose syllabic role does not have a positional slot.