From 5301b0d8ca8f8b4278fe0c4ead18c5e171855402 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <david.tschumperle@gmail.com>
Date: Mon, 15 Oct 2018 18:38:29 +0200
Subject: [PATCH] .

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

diff --git a/CImg.h b/CImg.h
index ac8d226..452f79f 100644
--- a/CImg.h
+++ b/CImg.h
@@ -60368,8 +60368,7 @@ namespace cimg_library_suffixed {
 
       // Render requested font.
       if (!font) {
-        const unsigned int padding_x = requested_height<=13?1U:requested_height<=32?0U:
-          requested_height<=64U?1U:requested_height<=128?2U:3U;
+        const unsigned int padding_x = requested_height<=64?1U:requested_height<=128?2U:3U;
         is_variable_widths[ind] = is_variable_width;
         font = basef.get_split('x',256);
         if (requested_height!=font[0]._height)
-- 
GitLab