get_width method
get_width(em, font_size)
Returns width of the cluster.
def get_width(self, em: int, font_size: float):
...
| Parameter | Type | Description |
|---|---|---|
| em | int | |
| font_size | float |
See Also
- module aspose.words.shaping
- class Cluster
Returns width of the cluster.
def get_width(self, em: int, font_size: float):
...
| Parameter | Type | Description |
|---|---|---|
| em | int | |
| font_size | float |