get_text_width método
get_text_width(text, font, scaling)
Obtenga el ancho del texto en unidades de puntos.
Devoluciones
def get_text_width(self, text, font, scaling):
...
Parámetro | Tipo | Descripción |
---|---|---|
text | str | El texto. |
font | Font | La fuente del texto. |
scaling | float | La escala del texto. |
Ver también
- módulo aspose.cells
- clase CellsHelper