MCPcopy Create free account
hub / github.com/Distrotech/reportlab / start_registerFont

Method start_registerFont

tools/pythonpoint/stdparser.py:412–415  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_argMethod · 0.95

Tested by

no test coverage detected