Return whether antialiased rendering is used.
(self)
| 394 | self.stale = True |
| 395 | |
| 396 | def get_antialiased(self): |
| 397 | """Return whether antialiased rendering is used.""" |
| 398 | return self._antialiased |
| 399 | |
| 400 | def update_from(self, other): |
| 401 | # docstring inherited |
no outgoing calls