get_coordinates method

get_coordinates

Get coordinates of the beginning of the portion. The X coordinate of point represents the portion beginning from the first character including left side bearing. The Y coordinate includes top side bearing.

def get_coordinates(self):
    ...

See Also