Changed to hiero

This commit is contained in:
Willem Cazander 2022-10-12 04:40:24 +02:00
parent d97076d436
commit 9c1161e84c

View file

@ -93,7 +93,7 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
}
if (showBase16.get()) {
ImGui.tableSetupColumn("16Tone");
ImGui.tableSetupColumn("16Kor");
ImGui.tableSetupColumn("16Hie");
ImGui.tableSetupColumn("16Runi");
ImGui.tableSetupColumn("16LatB");
}
@ -136,7 +136,7 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
ImGui.tableNextColumn();
ImGui.text(BaseGlyphSet.TONE_SCRIPT.BȍőnPrintNumber16(part.BȍőnRangTelNul(), part.BãßInstances().length - 1));
ImGui.tableNextColumn();
ImGui.text(BaseGlyphSet.KOREAN.BȍőnPrintNumber16(part.BȍőnRangTelNul(), part.BãßInstances().length - 1));
ImGui.text(BaseGlyphSet.HIERO.BȍőnPrintNumber16(part.BȍőnRangTelNul(), part.BãßInstances().length - 1));
ImGui.tableNextColumn();
ImGui.text(BaseGlyphSet.RUNIC.BȍőnPrintNumber16(part.BȍőnRangTelNul(), part.BãßInstances().length - 1));
ImGui.tableNextColumn();