Return the font stretch as a string or a number. See Also -------- .font_manager.FontProperties.get_stretch
(self)
| 989 | return self._fontproperties.get_weight() |
| 990 | |
| 991 | def get_stretch(self): |
| 992 | """ |
| 993 | Return the font stretch as a string or a number. |
| 994 | |
| 995 | See Also |
| 996 | -------- |
| 997 | .font_manager.FontProperties.get_stretch |
| 998 | """ |
| 999 | return self._fontproperties.get_stretch() |
| 1000 | |
| 1001 | def get_horizontalalignment(self): |
| 1002 | """ |
no outgoing calls