método get_text_width
get_text_width(, texto, fuente, escala)
Obtener el ancho del texto en unidades de puntos.
Devoluciones
@staticmethod
def get_text_width(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