Introduce QUnicodeTools
authorKonstantin Ritt <ritt.ks@gmail.com>
Tue, 29 May 2012 02:15:53 +0000 (05:15 +0300)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 23:54:45 +0000 (01:54 +0200)
commit32c39330ef3b7a7adc00ab955549ab3a4742352c
tree6361b872d9c4f8dfa5eef9f4484374c7734392c6
parentc16455dbcf7aae140524b391c99b97a7b10b41dc
Introduce QUnicodeTools

Add QUnicodeTools namespace and rename qGetCharAttributes to initCharAttributes;

Make it possible to disable tailoring globally by overriding
qt_initcharattributes_default_algorithm_only value
(useful for i.e. running the specification conformance tests);

This is mostly a preparation step for the upcoming patches.

Change-Id: I783879fd17b63b52d7983e25dad5b820f0515e7f
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/tools/qharfbuzz_p.h
src/corelib/tools/qtextboundaryfinder.cpp
src/corelib/tools/qunicodetools.cpp
src/corelib/tools/qunicodetools_p.h
src/gui/text/qtextengine.cpp