我想将样式应用于
字符串“Helloword”
并具有样式属性
比如 fontFamily='Verdana'、fontStyle='bold'、FontSize='12'、textDecoration='underline'、textAlign='center'、fontColor='#FF0000'、x=100 和 y=100。
我想使用 PDFsharp 在 PDF 中显示这个字符串。谁能建议我怎么做?
我正在使用XFont
andXGraphics.DrawString
方法,但我无法应用上述所有样式。