Renames
This commit is contained in:
parent
11aafbe651
commit
28be40ef3c
3 changed files with 82 additions and 79 deletions
|
|
@ -47,8 +47,8 @@ public class SystemBaseGlyphRenderer extends ImGuiRendererMain {
|
|||
private String print10Numbers(BaseGlyphSet set) {
|
||||
StringBuilder buf = new StringBuilder();
|
||||
for (int i=0;i<10;i++) {
|
||||
buf.append(set.BȍőnGlyphSetNumber10().BȍőnCharFor(i));
|
||||
buf.append(set.BȍőnGlyphSetNumber10().BȍőnCharSeperator());
|
||||
buf.append(set.BȍőnNumber10().BȍőnCharFor(i));
|
||||
buf.append(set.BȍőnNumber10().BȍőnCharSeperator());
|
||||
}
|
||||
return buf.toString();
|
||||
}
|
||||
|
|
@ -57,7 +57,7 @@ public class SystemBaseGlyphRenderer extends ImGuiRendererMain {
|
|||
StringBuilder buf = new StringBuilder();
|
||||
int x=240;
|
||||
for (int i=0;i<16;i++) {
|
||||
buf.append(set.BȍőnPrintGlyphSetNumber16(i + x, 99));
|
||||
buf.append(set.BȍőnPrintNumber16(i + x, 99));
|
||||
buf.append(" ");
|
||||
x = x - 16;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue