Return the `.font_manager.FontProperties`.
(self)
| 919 | return self._color |
| 920 | |
| 921 | def get_fontproperties(self): |
| 922 | """Return the `.font_manager.FontProperties`.""" |
| 923 | return self._fontproperties |
| 924 | |
| 925 | def get_fontfamily(self): |
| 926 | """ |
no outgoing calls