FSUI: Support Emojis

This commit is contained in:
TheLastRar
2025-07-12 22:51:06 +01:00
committed by Ty
parent 74f840f66b
commit 7a0017bd40
5 changed files with 174 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
//#define IMGUI_USE_LEGACY_CRC32_ADLER
//---- Use 32-bit for ImWchar (default is 16-bit) to support Unicode planes 1-16. (e.g. point beyond 0xFFFF like emoticons, dingbats, symbols, shapes, ancient languages, etc...)
//#define IMGUI_USE_WCHAR32
#define IMGUI_USE_WCHAR32
//---- Avoid multiple STB libraries implementations, or redefine path/filenames to prioritize another version
// By default the embedded implementations are declared static and not available outside of Dear ImGui sources files.