Return the `.font_manager.FontProperties` object
(self)
| 766 | return self._color |
| 767 | |
| 768 | def get_fontproperties(self): |
| 769 | "Return the `.font_manager.FontProperties` object" |
| 770 | return self._fontproperties |
| 771 | |
| 772 | def get_fontfamily(self): |
| 773 | """ |
no outgoing calls
no test coverage detected