summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/designer.qdocconf
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-11-19 13:38:58 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-11-19 13:38:58 (GMT)
commit649719c29bc3b33ab6a5eb9577d53bd0ba897550 (patch)
tree0674977bc66e6d1cec5f1434eb32c303f9aceb74 /tools/qdoc3/test/designer.qdocconf
parent72f161739b270b01807f97cd853030440f0fd430 (diff)
downloadQt-649719c29bc3b33ab6a5eb9577d53bd0ba897550.zip
Qt-649719c29bc3b33ab6a5eb9577d53bd0ba897550.tar.gz
Qt-649719c29bc3b33ab6a5eb9577d53bd0ba897550.tar.bz2
Fix possible missing glyphs in raster engine glyph cache
Two possible failures when using the glyph cache on raster engine and populating the cache with very many glyphs: 1. Change 72f161739b270b01807f97cd853030440f0fd430 caused the maximum height of the glyph cache to be 32768, which was not sufficient for large fonts with very many characters (e.g. Chinese text) 2. Since we are using QPainter to draw into the glyph cache for RGB32 glyphcaches, and QPainter does not support very high coordinates, we need to create a reference image that references a section of the glyph cache and paint into that instead. Task-number: QT-3971 Reviewed-by: Samuel
Diffstat (limited to 'tools/qdoc3/test/designer.qdocconf')
0 files changed, 0 insertions, 0 deletions