Take a look at our new Article and Redactor X editors.
This example shows how to turn on the text labels for all buttons on the toolbar.
<!--element -->
<textarea id="content"></textarea>
<!-- call -->
<script>
$R('#content', { buttonsTextLabeled: true });
</script>