Browse Source

wu

research/11.0
kerry 6 years ago
parent
commit
317591cfd5
  1. 2
      fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java

2
fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java

@ -1357,7 +1357,7 @@ public class PdfDocument extends Document {
* @param ratio
* @throws DocumentException on error
*/
public void writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues[], float ratio) throws DocumentException {
void writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues[], float ratio) throws DocumentException {
PdfFont currentFont = (PdfFont)(currentValues[0]);
float lastBaseFactor = ((Float)(currentValues[1])).floatValue();
PdfChunk chunk;

Loading…
Cancel
Save