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