summaryrefslogtreecommitdiff
path: root/src/os/macosx/string_osx.h
AgeCommit message (Collapse)Author
2021-01-03Fix: [OSX] Fonts loaded directly from a file have to be registered with ↵Michael Lutz
CoreText for proper text layout.
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-09Codechange: Use override specifier for text layout classes.Michael Lutz
2018-12-08Add: [OSX] Text layout using the native CoreText API.Michael Lutz
By default, the native API will be used instead of ICU, but if ICU is forced in using configure, it will take precedence.
2018-12-08Add: [OSX] Native text caret handling.Michael Lutz
2018-12-08Add: [OSX] Native natural sort implementation.Michael Lutz