messages.fontSize String
(default: "Select font size")
The title of the tool that changes the text size.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
tools: ["fontSize"],
messages: {
fontSize: "Select font size"
}
});
</script>