Moved part letter to BaseGlyphSet support
This commit is contained in:
parent
30287a48b7
commit
0bd9a27ffa
30 changed files with 206 additions and 252 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue