diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-08-04 11:09:30 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-08-06 08:26:26 (GMT) |
commit | 5e06fcfa6139988cce2e88d604ba8e05d5e43dd0 (patch) | |
tree | b2baaf8fa1538b42230f4f584e888be2c291bda6 /tests/auto/qfontmetrics/qfontmetrics.pro | |
parent | 63711cb855114b879c6bad192708bf6a19c31f32 (diff) | |
download | Qt-5e06fcfa6139988cce2e88d604ba8e05d5e43dd0.zip Qt-5e06fcfa6139988cce2e88d604ba8e05d5e43dd0.tar.gz Qt-5e06fcfa6139988cce2e88d604ba8e05d5e43dd0.tar.bz2 |
Implement QFontMetrics::inFont(uint) which takes UCS-4 encoded char
Support unicode characters which are not representable in 16 bits in
QFontMetrics::inFont() to enable font selection algorithms for unicode
ranges that require surrogates.
Task-number: QTBUG-12638
Reviewed-by: Simon Hausmann
Diffstat (limited to 'tests/auto/qfontmetrics/qfontmetrics.pro')
-rw-r--r-- | tests/auto/qfontmetrics/qfontmetrics.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfontmetrics/qfontmetrics.pro b/tests/auto/qfontmetrics/qfontmetrics.pro index 51a7057..c0dc1ab 100644 --- a/tests/auto/qfontmetrics/qfontmetrics.pro +++ b/tests/auto/qfontmetrics/qfontmetrics.pro @@ -1,4 +1,4 @@ load(qttest_p4) SOURCES += tst_qfontmetrics.cpp - +RESOURCES += testfont.qrc |