()
| 34 | return '%s/%s' % (resourcesPath, 'testfonts') |
| 35 | |
| 36 | def getDefaultFontPath(): |
| 37 | testFontsPath = getTestFontsPath() |
| 38 | return '%s/%s/%s.ttf' % (testFontsPath, DEFAULT_FOUNDRY, DEFAULT_FONT) |
| 39 | |
| 40 | def getFontPathOfFont(font, default=None): |
| 41 | """Answers the path that is source of the given font name. |
no test coverage detected