messages.fontSizeInheritString(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>
In this article
messages.fontSizeInherit
Not finding the help you need?
Contact Support