Return the list of font families used for font lookup. See Also -------- .font_manager.FontProperties.get_family
(self)
| 923 | return self._fontproperties |
| 924 | |
| 925 | def get_fontfamily(self): |
| 926 | """ |
| 927 | Return the list of font families used for font lookup. |
| 928 | |
| 929 | See Also |
| 930 | -------- |
| 931 | .font_manager.FontProperties.get_family |
| 932 | """ |
| 933 | return self._fontproperties.get_family() |
| 934 | |
| 935 | def get_fontfeatures(self): |
| 936 | """ |