When rendering pages at large zoom levels I get warning messages as follows: warning: font size too large (1152), not rendering glyph warning: ... repeated 12 times ... warning: font size too large (2880), not rendering glyph warning: ... repeated 4 times ... ... ... In this case I was rendering at a zoom level of 48f and 64f. Is there some setting that can adjusted to cure this? I tried the same thing with SumatraPdf and the same problem exists at large zoom levels. Thanks, Pedro
At the top of draw/glyphcache.c are a few constants. MAXFONTSIZE is the one you want to adjust. The other two just affect whether a glyph will be cached or not.
FIxed in commit 4091b7a357728aed033216baafed540b795bcf9e Author: Tor Andersson <tor.andersson@artifex.com> Date: Tue Jul 17 18:05:05 2012 +0200 Handle glyphs that are too large to render as pixmaps.
*** Bug 692201 has been marked as a duplicate of this bug. ***