Moved part letter to BaseGlyphSet support

This commit is contained in:
Willem Cazander 2022-02-03 01:07:12 +01:00
parent 30287a48b7
commit 0bd9a27ffa
30 changed files with 206 additions and 252 deletions

View file

@ -63,7 +63,7 @@ public class BasePartRenderer extends ImGuiRendererMain {
ImGui.tableSetupColumn("16Korean");
ImGui.tableSetupColumn("36LBasic");
ImGui.tableSetupColumn("36Greek");
ImGui.tableSetupColumn("36Arabic");
ImGui.tableSetupColumn("36Hebrew");
ImGui.tableSetupColumn("ChinaK");
ImGui.tableSetupColumn("ChinaV");
ImGui.tableSetupColumn("Alt1");
@ -93,7 +93,7 @@ public class BasePartRenderer extends ImGuiRendererMain {
ImGui.tableNextColumn();
ImGui.text(part.BȍőnGlyphSetNumber36Greek());
ImGui.tableNextColumn();
ImGui.text(part.BȍőnGlyphSetNumber36Arabic());
ImGui.text(part.BȍőnGlyphSetNumber36Hebrew());
ImGui.tableNextColumn();
ImGui.text(part.BȍőnChinaKey());
ImGui.tableNextColumn();