1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-26 09:20:10 +02:00

Police monospace pour le texte cc @teymour :-)

This commit is contained in:
Vincent LAURENT 2021-10-12 09:45:42 +02:00
parent b71c1ca26f
commit b17e65f82f

View file

@ -485,7 +485,8 @@ loadingTask.promise.then(function(pdf) {
left: x - 10,
top: y - 10,
width: 300,
fontSize: 20
fontSize: 20,
fontFamily: 'Monospace'
});
canvas.add(textbox).setActiveObject(textbox);