Struct ArabicJoiningClass
Represents the Unicode joining properties of a given CodePoint. https://www.unicode.org/reports/tr44/#Joining_Type https://www.unicode.org/reports/tr44/#Joining_Group
public readonly struct ArabicJoiningClass
- Inherited Members
Remarks
This combines the Unicode Joining_Type and Joining_Group
properties used by cursive shaping. Unlisted nonspacing marks, enclosing marks,
and format controls follow the Unicode default joining behavior.
Constructors
ArabicJoiningClass(CodePoint)
Initializes a new instance of the ArabicJoiningClass struct.
public ArabicJoiningClass(CodePoint codePoint)
Parameters
codePointCodePointThe codepoint.
Properties
JoiningGroup
Gets the Unicode joining group.
public ArabicJoiningGroup JoiningGroup { get; }
Property Value
JoiningType
Gets the Unicode joining type.
public ArabicJoiningType JoiningType { get; }