From ff0fdc04626c9b55e48c959171a8549fdf9870d4 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Tue, 10 Sep 2013 17:39:44 +0300 Subject: Warn if OpenType support missing for script of interest Change-Id: I076cfc5244ca3c060fd005cc3fbf30b357604bc7 Reviewed-by: Pierre Rossi Reviewed-by: Lars Knoll --- src/plugins/platforms/windows/qwindowsfontdatabase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms') diff --git a/src/plugins/platforms/windows/qwindowsfontdatabase.cpp b/src/plugins/platforms/windows/qwindowsfontdatabase.cpp index 60711d36f6..c2c8c15a30 100644 --- a/src/plugins/platforms/windows/qwindowsfontdatabase.cpp +++ b/src/plugins/platforms/windows/qwindowsfontdatabase.cpp @@ -1758,7 +1758,7 @@ QFontEngine *QWindowsFontDatabase::createEngine(int script, const QFontDef &requ // Also check for OpenType tables when using complex scripts if (!few->supportsScript(QChar::Script(script))) { - qWarning(" OpenType support missing for script\n"); + qWarning(" OpenType support missing for script %d", int(script)); delete few; return 0; } -- cgit v1.2.3