Enum ArabicJoiningType
Unicode Joining_Type property values used for Arabic-script cursive shaping. https://www.unicode.org/reports/tr44/#Joining_Type
public enum ArabicJoiningType
Fields
DualJoining = 2Dual_Joining (D): joins on both sides.
JoinCausing = 3Join_Causing (C): causes adjacent join-capable characters to join.
LeftJoining = 1Left_Joining (L): joins on the left side only.
NonJoining = 4Non_Joining (U): does not participate in cursive joining.
RightJoining = 0Right_Joining (R): joins on the right side only.
Transparent = 5Transparent (T): ignored when determining the joining relationship of surrounding characters.
Unlisted = 6Non_Joining_Unassigned (X): the character is not listed in the joining data. Its behaviour follows from its general category, resolved where the joining class is read: a mark or a format character is transparent, anything else does not join.
Remarks
These values describe how a character participates in cursive joining with neighboring characters.