diff --git a/CImg.h b/CImg.h index db44241422e1cd2723c80ac1a4b0abc68600bdac..49a17ddb3a2f9220e117233ae3ef67c9e5f2fb0b 100644 --- a/CImg.h +++ b/CImg.h @@ -60368,10 +60368,8 @@ namespace cimg_library_suffixed { // Render requested font. if (!font) { -// const unsigned int padding_x = requested_height<=32U?1U:requested_height<64U?2U:requested_height<128U?3U:4U; - - 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<=13?1U:requested_height<=32?0U: + requested_height<=64U?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)