📌  相关文章
📜  如何在 c# 代码示例中使字体工厂文本变为粗体

📅  最后修改于: 2022-03-11 14:49:21.488000             🧑  作者: Mango

代码示例1
iTextSharp.text.Font myFont= FontFactory.GetFont("Arial", 8, iTextSharp.text.Font.BOLD, new iTextSharp.text.BaseColor(0, 0, 255));
Paragraph myParagraph = new Paragraph("MyField", myFont);