Return the color of the text.
(self)
| 915 | self.stale = False |
| 916 | |
| 917 | def get_color(self): |
| 918 | """Return the color of the text.""" |
| 919 | return self._color |
| 920 | |
| 921 | def get_fontproperties(self): |
| 922 | """Return the `.font_manager.FontProperties`.""" |
no outgoing calls
no test coverage detected