mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 22:45:40 +00:00
GLYPHENTRY toString
This commit is contained in:
@@ -24,4 +24,11 @@ public class GLYPHENTRY {
|
||||
|
||||
public int glyphIndex;
|
||||
public int glyphAdvance;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "[GLYPHENTRY index="+glyphIndex+", advance="+glyphAdvance+"]";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user