Answers the path to read master fonts, whic typically is a user/Fonts/ folder. Default is at the same level as pagebot module.
()
| 34 | DEBUG = False |
| 35 | |
| 36 | def 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 | |
| 41 | def getInstancePath(): |
| 42 | """Answers the path to write instance fonts, which typically is the |