From 10ac80708555cd0cca181e637d3a95c80826ec69 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 16 Dec 2011 19:26:40 +0100 Subject: 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 --- src/gui/text/qfontdatabase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/text/qfontdatabase.h') diff --git a/src/gui/text/qfontdatabase.h b/src/gui/text/qfontdatabase.h index b30f7da48d..b5697990f8 100644 --- a/src/gui/text/qfontdatabase.h +++ b/src/gui/text/qfontdatabase.h @@ -162,6 +162,7 @@ private: friend class QFontEngineMultiXLFD; friend class QFontEngineMultiQWS; friend class QFontEngineMultiQPA; + friend class QTextEngine; #ifdef QT_BUILD_INTERNAL friend class ::tst_QFont; #endif -- cgit v1.2.3