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

Function getTestFontsPath

Lib/pagebot/fonttoolbox/fontpaths.py:31–34  ·  view source on GitHub ↗

Answers the path of the PageBot test fonts.

()

Source from the content-addressed store, hash-verified

29FONT_PATHS = {}
30
31def getTestFontsPath():
32 """Answers the path of the PageBot test fonts."""
33 resourcesPath = getResourcesPath()
34 return '%s/%s' % (resourcesPath, 'testfonts')
35
36def getDefaultFontPath():
37 testFontsPath = getTestFontsPath()

Callers 4

prevarfamily.pyFile · 0.90
getDefaultFontPathFunction · 0.85
getPageBotFontPathsFunction · 0.85
getFontPathsFunction · 0.85

Calls 1

getResourcesPathFunction · 0.90

Tested by

no test coverage detected