Summary: | add fallback case when glyphs are too large to be rendered normally | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Pedro Rivera <pedro.rivera.651> |
Component: | mupdf | Assignee: | Tor Andersson <tor.andersson> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | below |
Priority: | P4 | ||
Version: | unspecified | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Customer: | Word Size: | --- |
Description
Pedro Rivera
2011-03-28 18:25:12 UTC
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. *** |