Skip to content

Can't override the FreeMono font. #2

@kotovskij

Description

@kotovskij

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions