text Object
Can be set to a JavaScript object which represents the text configuration.
Example
<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
value:"123456",
width: 300,
text:{
color: "red",
font: "20px sans-serif"
}
});
</script>