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

.

parent f850b79a
Branches
Tags
No related merge requests found
......@@ -59650,6 +59650,7 @@ namespace cimg_library_suffixed {
if (ptrd + n<=ptrde) { std::memset(ptrd,v,n); ptrd+=n; }
else { std::memset(ptrd,v,ptrde - ptrd); break; }
}
base_font.get_shared_row(base_font.height()-1).fill(0); // Remove wrong pixels on last line
}
 
// Find optimal font cache location to return.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment