Table of Contents

Struct ArabicJoiningClass

Namespace
SixLabors.Fonts.Unicode
Assembly
SixLabors.Fonts.dll
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

codePoint CodePoint

The codepoint.

Properties

JoiningGroup

Gets the Unicode joining group.

public ArabicJoiningGroup JoiningGroup { get; }

Property Value

ArabicJoiningGroup

JoiningType

Gets the Unicode joining type.

public ArabicJoiningType JoiningType { get; }

Property Value

ArabicJoiningType