This commit is contained in:
Willem Cazander 2022-03-12 23:20:56 +01:00
parent c60f7cca65
commit 3d17c77cc5
4 changed files with 8 additions and 7 deletions

View file

@ -146,7 +146,7 @@ public class TestConvFont {
System.out.println("Converted: "+Integer.toHexString(unicode));
FontAtlasStoreGlyph baseGlyph2 = new FontAtlasStoreGlyph();
baseGlyph2.setByte64(baseGlyph.getByte64());
baseGlyph2.doByte64(baseGlyph.theByte64());
int unicode2 = CodePointᶻᴰ.INSTANCE.searchUnicode(baseGlyph2.getTongs());
System.out.println("Converted2: "+Integer.toHexString(unicode2));