summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2010-01-15 12:04:04 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2010-01-15 12:04:04 (GMT)
commit7127f5ba2cc5729cfa12f5705e2dcfdcb99e1b91 (patch)
treede2c202108db6006e21154ad5d9fd094e8d09a2c /src
parent4c85bf275c9d472a17cc9210aebf6eb880be740a (diff)
downloadQt-7127f5ba2cc5729cfa12f5705e2dcfdcb99e1b91.zip
Qt-7127f5ba2cc5729cfa12f5705e2dcfdcb99e1b91.tar.gz
Qt-7127f5ba2cc5729cfa12f5705e2dcfdcb99e1b91.tar.bz2
Text drawing is not fast currently
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qpainter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index fd67f96..a917e0d 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1374,9 +1374,6 @@ void QPainterPrivate::updateState(QPainterState *newState)
opacity with non-smooth transformation mode
(\c QPainter::SmoothPixmapTransform not enabled as a render hint).
- \o Text drawing with regular font sizes with simple
- transformations with solid colors using no or 8-bit antialiasing.
-
\o Rectangle fills with solid color, two-color linear gradients
and simple transforms.