Answers the path to read master fonts, which typically is a /Fonts/ folder. Default is at the same level as pagebot module.
()
| 236 | return lineHeight |
| 237 | |
| 238 | def getMasterPath(): |
| 239 | """Answers the path to read master fonts, which typically is a |
| 240 | <username>/Fonts/ folder. Default is at the same level as pagebot |
| 241 | module.""" |
| 242 | return os.path.expanduser("~") + '/Fonts/' |
| 243 | |
| 244 | def getInstancePath(): |
| 245 | """Answers the path to write instance fonts, which typically is the |