Browse Source

REPORT-29126 导出pdf,字体加粗效果没有了(漏提)

final/10.0
Hugh.C 5 years ago
parent
commit
f08da31e9c
  1. 2
      fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java

2
fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java

@ -447,9 +447,9 @@ public class PdfGraphics2D extends Graphics2D {
cb.setGState(gs);
}
cb.setColorStroke(color);
restoreTextRenderingMode = true;
}
}
restoreTextRenderingMode = true;
}
}

Loading…
Cancel
Save