increase font size

This commit is contained in:
loicbersier 2020-02-21 16:34:52 +01:00
parent 1338408698
commit 748277e107

View file

@ -79,7 +79,7 @@ class posterCommand extends Command {
const BOTTOM_POS = (value.height / 2) - PADDING + 180;
//const FONT_SIZE1 = 50;
const FONT_SIZE1 = (value.width / 12);
const FONT_SIZE2 = (value.width / 12) - 50;
const FONT_SIZE2 = (value.width / 12) - 30;
//const FONT_SIZE2 = 30;
// Write text on image using graphicsmagick