Text
configurationCan be set to a JavaScript object which represents the text configuration.
text
Objecttext.color
StringThe color of the text. Any valid CSS color string will work here, including hex and rgb.
Default: "black"
text.font
StringThe font of the text.
Default: "16px Consolas, Monaco, Sans Mono, monospace, sans-serif"
text.margin
ObjectThe margin of the text
text.visible
BooleanIf set to false the barcode will not display the value as a text below the barcode lines.
Default: true