From a8dd0ca2328ae520046903a4c28756cd1de2f516 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 15 May 2025 21:02:19 +0200 Subject: [PATCH] Add Latin Extended A/B to font. --- profiler/src/Fonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/Fonts.cpp b/profiler/src/Fonts.cpp index 0c12f8ac..677a831e 100644 --- a/profiler/src/Fonts.cpp +++ b/profiler/src/Fonts.cpp @@ -17,7 +17,7 @@ ImFont* s_fixedWidth; void LoadFonts( float scale ) { static const ImWchar rangesBasic[] = { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement + 0x0020, 0x024F, // Basic Latin + Latin Supplement + Latin Extended A + Latin Extended B 0x03BC, 0x03BC, // micro 0x03C3, 0x03C3, // small sigma 0x2013, 0x2013, // en dash