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

Function getMasterPath

Lib/pagebot/fonttoolbox/variablefontbuilder.py:36–39  ·  view source on GitHub ↗

Answers the path to read master fonts, whic typically is a user/Fonts/ folder. Default is at the same level as pagebot module.

()

Source from the content-addressed store, hash-verified

34DEBUG = False
35
36def getMasterPath():
37 """Answers the path to read master fonts, whic typically is a user/Fonts/
38 folder. Default is at the same level as pagebot module."""
39 return os.path.expanduser("~") + '/Fonts/'
40
41def getInstancePath():
42 """Answers the path to write instance fonts, which typically is the

Callers 1

getInstancePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected