Return the font style as a string. See Also -------- .font_manager.FontProperties.get_style
(self)
| 949 | return self._fontproperties.get_name() |
| 950 | |
| 951 | def get_fontstyle(self): |
| 952 | """ |
| 953 | Return the font style as a string. |
| 954 | |
| 955 | See Also |
| 956 | -------- |
| 957 | .font_manager.FontProperties.get_style |
| 958 | """ |
| 959 | return self._fontproperties.get_style() |
| 960 | |
| 961 | def get_fontsize(self): |
| 962 | """ |