From a1aa87df87d89a91487b815568a9a1ea948fcf8e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 27 Feb 2024 01:59:39 +0100 Subject: [PATCH] Add ellipsis to standard font. --- profiler/src/Fonts.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/src/Fonts.cpp b/profiler/src/Fonts.cpp index 765e4dbe..c7a86838 100644 --- a/profiler/src/Fonts.cpp +++ b/profiler/src/Fonts.cpp @@ -21,6 +21,7 @@ void LoadFonts( float scale, ImFont*& cb_fixedWidth, ImFont*& cb_bigFont, ImFont 0x03BC, 0x03BC, // micro 0x03C3, 0x03C3, // small sigma 0x2013, 0x2013, // en dash + 0x2026, 0x2026, // ellipsis 0x2264, 0x2264, // less-than or equal to 0, };