From 8847cdb8259eb307cc8dfd9d58a4f74dfd4a4e1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <David.Tschumperle@gmail.com>
Date: Sun, 14 Oct 2018 11:54:01 +0200
Subject: [PATCH] .

---
 CImg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CImg.h b/CImg.h
index f653990..e549323 100644
--- a/CImg.h
+++ b/CImg.h
@@ -59431,7 +59431,7 @@ namespace cimg_library_suffixed {
           font[' '].resize(font['f']._width,-100,-100,-100,0);
           if (' ' + 256<font.size()) font[' ' + 256].resize(font['f']._width,-100,-100,-100,0);
         }
-        cimglist_for(font,l) font[l].resize(font[l]._width + padding_x,-100,1,1,0,0,0.5);
+        cimglist_for(font,l) font[l].resize(std::max(font['j']._width,font[l]._width) + padding_x,-100,1,1,0,0,0.65);
         font.insert(256,0);
         cimglist_for_in(font,0,255,l) font[l].assign(font[l + 256]._width,font[l + 256]._height,1,3,1);
       }
-- 
GitLab