Return the horizontal alignment as string. Will be one of 'left', 'center' or 'right'.
(self)
| 840 | return self._fontproperties.get_stretch() |
| 841 | |
| 842 | def get_horizontalalignment(self): |
| 843 | """ |
| 844 | Return the horizontal alignment as string. Will be one of |
| 845 | 'left', 'center' or 'right'. |
| 846 | """ |
| 847 | return self._horizontalalignment |
| 848 | |
| 849 | def get_unitless_position(self): |
| 850 | "Return the unitless position of the text as a tuple (*x*, *y*)" |
no outgoing calls
no test coverage detected