messages.fontSizeInherit String
(default: "(inherited size)")
The text that is shown when the text size will be inherited from the surrounding page.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
fontSizeInherit: "(inherited size)"
}
});
</script>