summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-07-04 13:27:13 (GMT)
committerJiang Jiang <jiang.jiang@nokia.com>2011-07-04 14:21:52 (GMT)
commit0e9e4422205da5c27ab2c758d730b958df7ac872 (patch)
treeedb1ffc9f7a5dca9a3b65fa9b555afe15dce2ebc /dist
parentc99457e1ecfa2099f71e78fe4fe1afc89d64e0c1 (diff)
downloadQt-0e9e4422205da5c27ab2c758d730b958df7ac872.zip
Qt-0e9e4422205da5c27ab2c758d730b958df7ac872.tar.gz
Qt-0e9e4422205da5c27ab2c758d730b958df7ac872.tar.bz2
Add font related changes in 4.8 into changes
Reviewed-by: Eskil
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.021
1 files changed, 18 insertions, 3 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 7dffa68..f59e09a 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -68,6 +68,14 @@ QtGui
- QListView diverses optimisations [QTBUG-11438]
- QTreeWidget/QListWidget: use localeAwareCompare for string comparisons [QTBUG-10839]
- PNG image I/O: Much improved support for text annotations, including iTXt fields.
+ - QRawFont and QGlyphRun are introduced for low-level text rendering. [QTBUG-18252]
+ - QFont: hintingPreference() is introduced to control hinting in font rendering and
+ subpixel positioning of glyphs for Windows, Mac OS X and X11/raster. [QTBUG-10615]
+ - Subpixel positioned text layout is supported in raster and OpenGL paint engines.
+ - QFont: styleName() is added to allow selecting fonts with irregular style names
+ like UltraLight. [QTBUG-19366]
+ - Visual text cursor movement behavior is added to QTextEdit and QLineEdit controls,
+ which can be used as an optional mode for bi-directional text editing. [QTBUG-13859]
QtNetwork
---------
@@ -108,15 +116,22 @@ QtScript
Qt for Linux/X11
----------------
-
+ - Now takes font hinting settings from GConf by default if running in
+ GNOME desktop.
+ - Various fixes to FontConfig font matching code to make it consistent
+ with other X11 programs. [QTBUG-2148, QTBUG-19947, QTBUG-14269]
Qt for Windows
--------------
-
+ - DirectWrite experimental text shaping engine is added with subpixel
+ positioning support. [QTBUG-12678]
Qt for Mac OS X
---------------
-
+ - raster graphics system is now made as the default paint engine for
+ Mac OS X. [QTBUG-12615]
+ - HarfBuzz can now be used as an optional text layout engine on Mac OS X.
+ [QTBUG-17728]
Qt for Embedded Linux
---------------------