From 31c011008569f30f30312a91baa66623e2d1e46f Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sat, 15 Jan 2022 00:24:54 -0500 Subject: [PATCH] fix: add missing glyph --- ChatTwo/PluginUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/PluginUi.cs b/ChatTwo/PluginUi.cs index 55c34f3..5629d2b 100755 --- a/ChatTwo/PluginUi.cs +++ b/ChatTwo/PluginUi.cs @@ -61,7 +61,7 @@ internal sealed class PluginUi : IDisposable { var builder = new ImFontGlyphRangesBuilderPtr(ImGuiNative.ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder()); builder.AddRanges(ImGui.GetIO().Fonts.GetGlyphRangesDefault()); - builder.AddText("←→↑↓《》■※☀★★☆♥♡ヅツッシ☀☁☂℃℉°♀♂♠♣♦♣♧®©™€$£♯♭♪✓√◎◆◇♦■□〇●△▽▼▲‹›≤≥<«“”─\~"); + builder.AddText("←→↑↓《》■※☀★★☆♥♡ヅツッシ☀☁☂℃℉°♀♂♠♣♦♣♧®©™€$£♯♭♪✓√◎◆◇♦■□〇●△▽▼▲‹›≤≥<«“”─\~"); builder.BuildRanges(out this._ranges); var regular = this.GetResource("ChatTwo.fonts.NotoSans-Regular.ttf");