List of utility methods to do Pixel to Width
final double w = (double) px; return (int) Math.floor(w * 256 / charWidth + 0.5);