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