[client] overlay: add ImGui support for non-latin characters

This commit is contained in:
Geoffrey McRae
2026-07-30 12:39:47 +10:00
parent f3155647d2
commit 4f02eda913
9 changed files with 374 additions and 21 deletions

View File

@@ -131,6 +131,11 @@ void app_freeOverlays(void);
*/
void app_invalidateOverlay(bool renderTwice);
/**
* Ensure that user-supplied UTF-8 text has glyphs in the UI font atlas.
*/
void app_registerImGuiText(const char * text);
struct OverlayGraph;
typedef struct OverlayGraph * GraphHandle;
typedef const char * (*GraphFormatFn)(const char * name,