can we display ink strokes of different width depending on the pressure of pen? i see on apple ink you can draw an ink line and it will take into account the pressure - a thin or thick line depending.. can we do this in myscipt drawing?
thanks
Prem
Best Answer
G
Gwenaelle @MyScript
said
about 1 year ago
Hello Prem,
Thank you for your request.
By implementing your custom stroker, you can customize iink SDK stroke rendering, for instance by taking into account the pressure.
Custom Inking is described in this section of the documentation.
Please, note that for now this API in only available on Android.
It will be available for other OS in next iink release.
Prem Sun
can we display ink strokes of different width depending on the pressure of pen? i see on apple ink you can draw an ink line and it will take into account the pressure - a thin or thick line depending.. can we do this in myscipt drawing?
thanks
Prem
Hello Prem,
Thank you for your request.
By implementing your custom stroker, you can customize iink SDK stroke rendering, for instance by taking into account the pressure.
Custom Inking is described in this section of the documentation.
Please, note that for now this API in only available on Android.
It will be available for other OS in next iink release.
Best regards,
Gwenaëlle
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstGwenaelle @MyScript
Hello Prem,
Thank you for your request.
By implementing your custom stroker, you can customize iink SDK stroke rendering, for instance by taking into account the pressure.
Custom Inking is described in this section of the documentation.
Please, note that for now this API in only available on Android.
It will be available for other OS in next iink release.
Best regards,
Gwenaëlle
Prem Sun
Thanks Gwenaelle! appreciate the quick response.