I've been wondering... is there a way to edit a calligraphic brush stroke performed with a wacom tablet after the fact. i mean specifically the pressure, tilt, bearing. are these properties that are written to the path?
I would assume so, but after digging through the API reference for a couple of days i'm coming up w/ my hands empty. so any help would be greatly appreciated.
btw: what i've found so far.
] AITool.h
] 00395 typedef short AIToolPressure;
] 00398 enum AIToolPressureValue
] 00399 {
c ...omitted...
] 00406 };
] 00407
] 00410 typedef short AIToolAngle;
] 00413 enum AIToolAngleValue
] 00414 {
c ...omitted...
] 00437 };
] 00438
so can anybody tell me where these would be written to the path if they indeed are written to the path?