summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfontmetrics/ucs4font.ttf
Commit message (Collapse)AuthorAgeFilesLines
* Implement QFontMetrics::inFont(uint) which takes UCS-4 encoded charEskil Abrahamsen Blomfeldt2010-08-061-0/+0
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