feat: add support for Chinese characters

This commit is contained in:
Anna
2022-06-01 16:44:45 -04:00
parent b5c0a6221d
commit 2987247fcf
3 changed files with 39 additions and 13 deletions
+4
View File
@@ -90,6 +90,10 @@ public class Fonts : ISettingsTab {
ImGuiUtil.HelpText(string.Format(Language.Options_JapaneseFont_Description, Plugin.PluginName));
ImGui.Spacing();
ImGui.Checkbox("Enable Chinese glyphs", ref this.Mutable.EnableChineseRange);
ImGuiUtil.HelpText("Adds support for Chinese characters in the global font.");
ImGui.Spacing();
}
const float speed = .0125f;