diff options
author | Jiang Jiang <jiang.jiang@nokia.com> | 2011-04-18 15:08:30 (GMT) |
---|---|---|
committer | Jiang Jiang <jiang.jiang@nokia.com> | 2011-04-19 08:34:51 (GMT) |
commit | 4b264b241067ed58f8a72fc7b221565112d936f4 (patch) | |
tree | 06611f15d14ef23a35cc02d6943a699257423bb6 /tests | |
parent | c480dd641f5d22d1ee72cb27bf39e24c6df65658 (diff) | |
download | Qt-4b264b241067ed58f8a72fc7b221565112d936f4.zip Qt-4b264b241067ed58f8a72fc7b221565112d936f4.tar.gz Qt-4b264b241067ed58f8a72fc7b221565112d936f4.tar.bz2 |
Turn on HarfBuzz support for Mac/Cocoa
It's possible to enable HarfBuzz text layout on Mac by either:
- Set QT_ENABLE_HARFBUZZ environment variable when running a Qt
app.
- configure with -harfbuzz to build Qt, then HarfBuzz support
will be turned on by default.
HarfBuzz will only be used when the font explicitly requested
is supported by HarfBuzz (aka. TrueType/OpenType font), other
fonts (AAT fonts) will still be handled by Core Text.
Using HarfBuzz for text layout will hopefully solve most tricky
complex text shaping bugs on Mac.
Task-number: QTBUG-17728
Reviewed-by: Eskil
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions