let textWidth = context.measureText(options.unicodelabel),
        text_x = options.unicodelabel,
        label_x = Math.floor(canvas.width / 2 - textWidth.width / 2),
        label_y = 1 + Math.floor(canvas.height / 2 - fontsize / 2);