Search found 2 matches

by jhaacke
Wed Jan 06, 2016 11:36 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Bold text using PdfGraphics DrawString?
Replies: 3
Views: 6734

Re: Bold text using PdfGraphics DrawString?

Thank you for the response. I'm not sure how to create a bold font with PdfFont. To create a PdfFont, I am currently doing this: var font = document.FontManager.CreateCIDFontFromTrueTypeFont( PdfFontManager.GetSystemTrueTypeFontFileName( fontName ) ) It doesn't seem like there is any opportunity to ...
by jhaacke
Tue Jan 05, 2016 7:55 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Bold text using PdfGraphics DrawString?
Replies: 3
Views: 6734

Bold text using PdfGraphics DrawString?

I'm trying to figure out how to draw bolded text using PdfGraphic's DrawString method. It looks like there is a single overload that allows you to pass in a PdfPen, and the PdfPen has a "Width" property that would probably due the trick. However, all the other overloads use PdfBrush and I ...