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