Return the cell fontsize.
(self)
| 124 | self.stale = True |
| 125 | |
| 126 | def get_fontsize(self): |
| 127 | """Return the cell fontsize.""" |
| 128 | return self._text.get_fontsize() |
| 129 | |
| 130 | def auto_set_font_size(self, renderer): |
| 131 | """Shrink font size until the text fits into the cell width.""" |
no outgoing calls
no test coverage detected