Initializes new instance of this class.
Namespace:
Aspose.Words.Shaping
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic Cluster(
int[] codepoints,
Glyph[] glyphs
)
Public Sub New (
codepoints As Integer(),
glyphs As Glyph()
)
public:
Cluster(
array<int>^ codepoints,
array<Glyph^>^ glyphs
)
new :
codepoints : int[] *
glyphs : Glyph[] -> Cluster
Parameters
- codepoints
- Type: SystemInt32
Array of Unicode points composing a grapheme. - glyphs
- Type: Aspose.Words.ShapingGlyph
Array of Glyph> composing a grapheme.
See Also