(self, args)
| 410 | self._curNotes = None |
| 411 | |
| 412 | def start_registerFont(self, args): |
| 413 | name = self._arg('font',args,'name') |
| 414 | path = self._arg('font',args,'path') |
| 415 | pythonpoint.registerFont0(self.sourceFilename, name, path) |
| 416 | |
| 417 | |
| 418 | def end_registerFont(self): |