diff --git a/CImg.h b/CImg.h index ac8d226869105ee8505d7207202ef42cc582d7c7..452f79f0da02f59525c6f5fbe60a7fdc39e17cf9 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)