metodo calculate_text_size

calculate_text_size()

Ricalcola l’area di testo

ritorna

Dimensione del testo in un array (larghezza e altezza).

def calculate_text_size(self):
    ...

Esempio


# The size of the text area is:w=size[0],h=size[1]
size = shape.calculate_text_size()

Guarda anche