package readers.fonts; public class Glyph { int width=0; int height=0; boolean[] data = new boolean[]{}; }