Add support for QRawFont in QTextLayout.
authorPierre Rossi <pierre.rossi@nokia.com>
Fri, 16 Dec 2011 18:26:40 +0000 (19:26 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Mar 2012 14:47:09 +0000 (15:47 +0100)
commit10ac80708555cd0cca181e637d3a95c80826ec69
tree990cae7c98c4fa892266565688da50d343961616
parent6e483e8385a6f1ec4af6b16bb792b272f0389ff4
Add support for QRawFont in QTextLayout.

The purpose of this change is to allow shaping complex
text while using QRawFont.
This is needed for WebKit so that we can switch to
using QRawFont everywhere and be more in line with
what other WebKit ports do.
Since this change slightly bends the aim of QRawFont,
let's reserve this for internal use for now.

Change-Id: I5ec0881f50ce288350bd277570cb5f1fb70c355c
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
src/gui/text/qfontdatabase.h
src/gui/text/qrawfont.h
src/gui/text/qtextengine.cpp
src/gui/text/qtextengine_p.h
src/gui/text/qtextlayout.cpp
src/gui/text/qtextlayout.h