Can it be possible for me to change the font size name from larger to 12, large to 10, medium to 8?? I will like to see that while displaying the webHtmlEditor and showing the numbers instead of name.
Thanks,
Hello Rob,
Let me know if you have further questions.
Hi Rob,
The default values of FontSizeList used by FontSize action/Size-button is 1,2,3,4,5,6,7. I am not sure where "larger", "medium", etc are used by WebHtmlEditor.
The FontSize is used by WebHtmlEditor on client by following:
document.execCommand('fontsize', value);
where value is an item defined in FontSizeList. As far as I know, browsers support only # values in range from 1 to 7.