get_text_width method
get_text_width(, text, font, scaling)
Get width of text in unit of points.
Returns
@staticmethod
def get_text_width(text, font, scaling):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | The text. |
| font | aspose.cells.Font | The font of the text. |
| scaling | float | The scaling of text. |
See Also
- module
aspose.cells - class
CellsHelper