Skip to content
Snippets Groups Projects
Commit 5b42a3b7 authored by David Tschumperlé's avatar David Tschumperlé
Browse files

.

parent 735dfa16
No related branches found
No related tags found
No related merge requests found
...@@ -60368,7 +60368,10 @@ namespace cimg_library_suffixed { ...@@ -60368,7 +60368,10 @@ namespace cimg_library_suffixed {
   
// Render requested font. // Render requested font.
if (!font) { if (!font) {
const unsigned int padding_x = requested_height<33U?1U:requested_height<53U?2U:requested_height<103U?3U:4U; // 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;
is_variable_widths[ind] = is_variable_width; is_variable_widths[ind] = is_variable_width;
font = basef.get_split('x',256); font = basef.get_split('x',256);
if (requested_height!=font[0]._height) if (requested_height!=font[0]._height)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment