|
|
|
@ -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; |
|
|
|
|