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

Function getInstancePath

Lib/pagebot/fonttoolbox/variablefontbuilder.py:41–44  ·  view source on GitHub ↗

Answers the path to write instance fonts, which typically is the user/Fonts/_instances/ folder.

()

Source from the content-addressed store, hash-verified

39 return os.path.expanduser("~") + '/Fonts/'
40
41def getInstancePath():
42 """Answers the path to write instance fonts, which typically is the
43 user/Fonts/_instances/ folder."""
44 return getMasterPath() + '_instances/'
45
46def getVariableAxisFonts(varFont, axisName, normalize=True, cached=False,
47 lazy=True):

Callers 1

getVarFontInstanceFunction · 0.70

Calls 1

getMasterPathFunction · 0.70

Tested by

no test coverage detected