Answers the path to write instance fonts, which typically is the user/Fonts/_instances/ folder.
()
| 39 | return os.path.expanduser("~") + '/Fonts/' |
| 40 | |
| 41 | def getInstancePath(): |
| 42 | """Answers the path to write instance fonts, which typically is the |
| 43 | user/Fonts/_instances/ folder.""" |
| 44 | return getMasterPath() + '_instances/' |
| 45 | |
| 46 | def getVariableAxisFonts(varFont, axisName, normalize=True, cached=False, |
| 47 | lazy=True): |
no test coverage detected