From 748277e107dca176a97486f4b26191938c88912f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 21 Feb 2020 16:34:52 +0100 Subject: [PATCH] increase font size --- commands/images/poster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/images/poster.js b/commands/images/poster.js index 4e033965..be2c13ed 100644 --- a/commands/images/poster.js +++ b/commands/images/poster.js @@ -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