Cluster constructor

Cluster(codepoints, glyphs)

def __init__(self, codepoints: List[int], glyphs: List[aspose.words.shaping.Glyph]):
    ...
ParameterTypeDescription
codepointsList[int]
glyphsList[Glyph]

See Also