Cluster constructor

Cluster(codepoints, glyphs)

Initializes new instance of this class.

def __init__(self, codepoints: List[int], glyphs: List[aspose.words.shaping.Glyph]):
    ...
ParameterTypeDescription
codepointsList[int]Array of Unicode points composing a grapheme.
glyphsList[Glyph]Array of Glyph> composing a grapheme.

See Also