I can't override the font on the barcode. As it's hardcoded in the graphics-canvas.js .
52 this.ctx.font = "normal " + this.font_size + "px FreeMono";
is it possible to change it to something like this ?
52 this.ctx.font = "normal " + this.font_size + "px " + font;
I can't override the font on the barcode. As it's hardcoded in the graphics-canvas.js .
52 this.ctx.font = "normal " + this.font_size + "px FreeMono";
is it possible to change it to something like this ?
52 this.ctx.font = "normal " + this.font_size + "px " + font;