Cluster constructor
Cluster(codepoints, glyphs)
def __init__(self, codepoints: List[int], glyphs: List[aspose.words.shaping.Glyph]):
...
Parameter | Type | Description |
---|---|---|
codepoints | List[int] | |
glyphs | List[Glyph] |
See Also
- module aspose.words.shaping
- class Cluster