calculate_text_size metod

calculate_text_size()

Beräkna om textområdet

Returnerar

Textens storlek i en array (bredd och höjd).

def calculate_text_size(self):
    ...

Exempel


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

Se även