@ -168,7 +168,7 @@ public class PdfFont implements Comparable {
return image.getScaledWidth();
}
float width(String s) {
public float width(String s) {
double width = 0.0d;
java.awt.Font font = this.getAwtFont();
if (font.getSize2D() > 0) {