diff --git a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfFont.java b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfFont.java index d81d3c878..60917613c 100644 --- a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfFont.java +++ b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfFont.java @@ -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) {