Cluster constructor
Cluster(codepoints, glyphs)
Initializes new instance of this class.
def __init__(self, codepoints: List[int], glyphs: List[aspose.words.shaping.Glyph]):
...
Parameter | Type | Description |
---|---|---|
codepoints | List[int] | Array of Unicode points composing a grapheme. |
glyphs | List[Glyph] | Array of Glyph> composing a grapheme. |
See Also
- module aspose.words.shaping
- class Cluster