From 52c2f5a1e5476349eac2b5e3a132259d2943d13a Mon Sep 17 00:00:00 2001 From: "Hugh.C" Date: Fri, 3 Jan 2020 13:48:21 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-25774=20=E6=8F=90=E5=8D=87=E6=9D=83?= =?UTF-8?q?=E9=99=90=EF=BC=8C=E4=BE=9B=E5=A4=96=E9=83=A8=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfFont.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {