diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-11-13 16:38:02 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2009-11-13 16:38:02 (GMT) |
commit | d0fb8557f3fc3e7c9305662d118228ceca9df72b (patch) | |
tree | 48a577a1e45b4c4ebb6648edf533e4ec76efdbdd /src/testlib | |
parent | f1aeeb025c5042f6684855006f963e2203d9c153 (diff) | |
download | Qt-d0fb8557f3fc3e7c9305662d118228ceca9df72b.zip Qt-d0fb8557f3fc3e7c9305662d118228ceca9df72b.tar.gz Qt-d0fb8557f3fc3e7c9305662d118228ceca9df72b.tar.bz2 |
Character spacing when drawing a QPicture to a high DPI device.
Drawing some text into a QPicture, and then drawing that QPicture
to e.g. a QPrinter, would make the character spacing all wrong.
The old approach that tried to fix this adjusted the DPI of the
font that was used, so that the text size would be correct.
It seems this is not enough, since it will lay out the text
in the default resolution, and then scale that up, which may/may not
introduce errors.
Task-number: QTBUG-4974, 256481
Reviewed-by: Kim
Diffstat (limited to 'src/testlib')
0 files changed, 0 insertions, 0 deletions