···991010public class TypeFace extends Rasterizer {
11111212-1212+ // Todo: Clean up duplicate legacy methods, by checking if images are not loaded when they are needed instead
1313 public byte[][] characterPixels = new byte[256][];
1414 public int[] characterWidths = new int[256];
1515 public int[] characterHeights = new int[256];