metodo get_text_width
get_text_width(text, font, scaling)
Ottieni la larghezza del testo in unità di punti.
ritorna
def get_text_width(self, text, font, scaling):
...
Parametro | Tipo | Descrizione |
---|---|---|
text | str | Il testo. |
font | Font | Il carattere del testo. |
scaling | float | Il ridimensionamento del testo. |
Guarda anche
- modulo aspose.cells
- classe CellsHelper