summaryrefslogtreecommitdiff
path: root/src/os/windows/string_uniscribe.cpp
AgeCommit message (Expand)Author
2019-03-26Codechange: Replaced SmallVector::Find() with std::find()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get() const with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2018-12-01Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe te...Michael Lutz
2018-06-06Change: [Win32] Use Uniscribe instead of ICU for text caret handling.Michael Lutz
2018-06-06Add: [Win32] Text layout using the native Windows Uniscribe library.Michael Lutz