MCPcopy Create free account
hub / github.com/coldtype/coldtype / windowCloseCallback

Method windowCloseCallback

scripts/robofont_coldtype.py:28–32  ·  view source on GitHub ↗
(self, sender)

Source from the content-addressed store, hash-verified

26 self.path = Path(sender.get()).expanduser().absolute()
27
28 def windowCloseCallback(self, sender):
29 removeObserver(self, 'fontWillSave')
30 super(ColdtypeSerializer, self).windowCloseCallback(sender)
31
32 self.writeGlyph()
33
34 def writeGlyph(self):
35 glyph = CurrentGlyph()

Callers

nothing calls this directly

Calls 1

writeGlyphMethod · 0.95

Tested by

no test coverage detected