Browse Source

Merge pull request #411 in CORE/base-third from ~HUGH.C/base-third:final/10.0 to final/10.0

* commit '133a8b5ff6376a0cb6e2cbca10dbef874fc1a5ab':
  REPORT-29126 导出pdf,字体加粗效果没有了(漏提)
final/10.0
Kara 5 years ago
parent
commit
0d7f40b474
  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