qt5base-lts/tests/auto/qcomplextext
Jiang Jiang bbbfc9b0eb Another ugly hack to make bidi cursor work with Core Text
If the text is wrapped with LRE/LRO/RLE/RLO override/embed marks,
Core Text in Mac OS X 10.5 doesn't produce an empty glyph at the
beginning of the glyphs (while it does in Mac OS X 10.6), thus
we need to prepend an empty glyph here, otherwise cursor position
calculation will consider the first two characters as a ligature
of the same glyph.

Reviewed-by: Eskil
(cherry picked from commit a36ac6c34bafa801c2c30d76f59e4a3594efc4d5)
2011-04-29 11:02:24 +02:00
..
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
bidireorderstring.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcomplextext.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qcomplextext.cpp Another ugly hack to make bidi cursor work with Core Text 2011-04-29 11:02:24 +02:00