Cluster Constructor

Initializes new instance of this class.

Namespace:  Aspose.Words.Shaping
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public Cluster(
	int[] codepoints,
	Glyph[] glyphs
)

Parameters

codepoints
Type: SystemInt32
Array of Unicode points composing a grapheme.
glyphs
Type: Aspose.Words.ShapingGlyph
Array of Glyph> composing a grapheme.
See Also