summaryrefslogtreecommitdiff
path: root/src/os/windows/string_uniscribe.h
AgeCommit message (Collapse)Author
2020-06-05Codechange: remove #ifdef from .cpp files to exclude featuresPatric Stout
With CMake, these files are simply not compiled to start with.
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-09Codechange: Use override specifier for text layout classes.Michael Lutz
2018-06-06Change: [Win32] Use Uniscribe instead of ICU for text caret handling.Michael Lutz
This removes the need for the ICU lib on Windows.
2018-06-06Add: [Win32] Text layout using the native Windows Uniscribe library.Michael Lutz
Uniscribe is sometimes producing different results compared to ICU, especially when RTL and LTR content is mixed. Comparing the results to other programs (like editors or web browsers) leads me to believe that the result are at least not worse than ICU and possibly better.