Answers the path to write instance fonts, which typically is the /Fonts/_instances/ folder.
()
| 242 | return os.path.expanduser("~") + '/Fonts/' |
| 243 | |
| 244 | def getInstancePath(): |
| 245 | """Answers the path to write instance fonts, which typically is the |
| 246 | |
| 247 | <username>/Fonts/_instances/ |
| 248 | |
| 249 | folder.""" |
| 250 | return getMasterPath() + '_instances/' |
| 251 | |
| 252 | def getScaledValue(vf, tag, value): |
| 253 | """Answers the scaled value for the "tag" axis, where value (-1..0..1) is |
no test coverage detected