|
S. No |
Query |
Answer |
1. |
Text colour of the editor area. |
The text color or Font color of RichTextEditor can be customized using FontColor and BackColor support in toolbar enum in ToolbarOptions.
You can apply font color and back color programmatically for the selected value in Rich Text Editor SetFontColor() method and SetHighlightColor() in API level. |
2. |
Justification of the text. |
The mentioned requirement “Justify text inside of A TextLabel” is achievable in “SfRichTextEditor” using Alignment enum in ToolbarOptions. You can apply justification programmatically for the selected value in Rich Text Editor using AlignFull() method in API level. |
3. |
Font of the text in the editor. |
The requirement is already planned in our feature list which has been planned to add in any of our upcoming Essential Studio main release. The status of the mentioned support implementation can be tracked in the below link.
|
4. |
Background colour of the editor area |
We are currently analyzing the feasibility of the mentioned support and will update you further details on 25 November 2019. |