MCPcopy Create free account
hub / github.com/PageBot/PageBot / getGlyphPath

Method getGlyphPath

Lib/pagebot/contexts/basecontext/basecontext.py:1278–1280  ·  view source on GitHub ↗

PageBot function.

(self, glyph, p=None, path=None)

Source from the content-addressed store, hash-verified

1276 self.drawPath(path)
1277
1278 def getGlyphPath(self, glyph, p=None, path=None):
1279 """PageBot function."""
1280 raise NotImplementedError
1281
1282 def intersectGlyphWithCircle(self, glyph, m, r, spokes=16):
1283 mx, my = m

Callers 3

drawGlyphPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected