Functions | |
| std::wstring | Utf8ToUtf16 (std::string_view in) noexcept |
| Converts an UTF-8 String into a Wide UTF-16 string. | |
| std::string | Utf16ToUtf8 (std::wstring_view in) noexcept |
| Converts an UTF-16 String into a narrow UTF-8 string. | |
| void | SetProcessDpiAwareIfPossible () |
| Makes the process DPI aware if possible. | |