Cluster class
Cluster class
Encapsulates code points and glyphs composing a grapheme.
Constructors
Name | Description |
---|---|
Cluster(codepoints, glyphs) | Initializes new instance of this class. |
Properties
Name | Description |
---|---|
codepoints | Gets codepoints of the cluster. |
codepoints_length | Gets total number of codepoints in the Cluster. |
glyphs | Gets glyphs of the cluster. |
Methods
Name | Description |
---|---|
deep_clone() | Returns a deep clone of this instance. |
get_string(clusters) | Creates string using codepoints from the specified clusters. |
get_string() | Creates string using codepoints from this cluster. |
get_width(em, font_size) | Returns width of the cluster. |
See Also
- module aspose.words.shaping