Struct ArabicJoiningClass
Represents the Unicode Arabic Joining value of a given CodePoint. https://www.unicode.org/versions/Unicode14.0.0/ch09.pdf
Inherited Members
Namespace: SixLabors.Fonts.Unicode
Assembly: SixLabors.Fonts.dll
Syntax
public readonly struct ArabicJoiningClass
Constructors
| Edit this page View SourceArabicJoiningClass(CodePoint)
Initializes a new instance of the ArabicJoiningClass struct.
Declaration
public ArabicJoiningClass(CodePoint codePoint)
Parameters
Type | Name | Description |
---|---|---|
CodePoint | codePoint | The codepoint. |
Properties
| Edit this page View SourceJoiningGroup
Gets the Unicode joining group.
Declaration
public ArabicJoiningGroup JoiningGroup { get; }
Property Value
Type | Description |
---|---|
ArabicJoiningGroup |
JoiningType
Gets the Unicode joining type.
Declaration
public ArabicJoiningType JoiningType { get; }
Property Value
Type | Description |
---|---|
ArabicJoiningType |