Return a distinct copy of the current font
(self)
| 124 | pass |
| 125 | |
| 126 | def copy(self): |
| 127 | "Return a distinct copy of the current font" |
| 128 | return Font(self._tk, **self.actual()) |
| 129 | |
| 130 | def actual(self, option=None, displayof=None): |
| 131 | "Return actual font attributes" |