How to change already hand written text color in Editor??
Y
Youngbae Kim
started a topic
almost 2 years ago
Hello~
I questioned about hand written text color change before..
My point is that how to change already hand written text color~
My usecase is that change already hand written text color when i clicked button,,
see below case..
Please answer me asap
Thanks~
Best Answer
G
Gildas Lemarié
said
almost 2 years ago
Dear Youngbae Kim,
If you have handwritten strokes and you want to change the color of *all* the handwritten strokes of a given ContentPart, then you should change the Editor theme, for example when user clicks the button, call:
editor.setTheme("stroke { color: #ff0000ff; }");
If you want to change only *some* of the handwritten strokes color inside a given ContentPart, this is unfortunately not possible for the time being with iink SDK.
Best regards
Gildas
1 person has this question
1 Comment
G
Gildas Lemarié
said
almost 2 years ago
Answer
Dear Youngbae Kim,
If you have handwritten strokes and you want to change the color of *all* the handwritten strokes of a given ContentPart, then you should change the Editor theme, for example when user clicks the button, call:
editor.setTheme("stroke { color: #ff0000ff; }");
If you want to change only *some* of the handwritten strokes color inside a given ContentPart, this is unfortunately not possible for the time being with iink SDK.
Youngbae Kim
Hello~
I questioned about hand written text color change before..
My point is that how to change already hand written text color~
My usecase is that change already hand written text color when i clicked button,,
see below case..
Please answer me asap
Thanks~
Dear Youngbae Kim,
If you have handwritten strokes and you want to change the color of *all* the handwritten strokes of a given ContentPart, then you should change the Editor theme, for example when user clicks the button, call:
If you want to change only *some* of the handwritten strokes color inside a given ContentPart, this is unfortunately not possible for the time being with iink SDK.
Best regards
Gildas
1 person has this question
Gildas Lemarié
Dear Youngbae Kim,
If you have handwritten strokes and you want to change the color of *all* the handwritten strokes of a given ContentPart, then you should change the Editor theme, for example when user clicks the button, call:
If you want to change only *some* of the handwritten strokes color inside a given ContentPart, this is unfortunately not possible for the time being with iink SDK.
Best regards
Gildas
1 person likes this