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