(self, gc, x, y, s, prop, angle, *, mtext=None)
| 680 | _writeln(self.fh, r"\end{pgfscope}") |
| 681 | |
| 682 | def draw_tex(self, gc, x, y, s, prop, angle, *, mtext=None): |
| 683 | # docstring inherited |
| 684 | self.draw_text(gc, x, y, s, prop, angle, ismath="TeX", mtext=mtext) |
| 685 | |
| 686 | def draw_text(self, gc, x, y, s, prop, angle, ismath=False, mtext=None): |
| 687 | # docstring inherited |