Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
combined fontstyles
posted

Hi guys

in my project I use font styles for printing a PDF document and I declare them like this:

smallboldStyle = New Infragistics.Documents.Report.Text.Style(New Infragistics.Documents.Graphics.Font("Arial Narrow", 8, Infragistics.Documents.Graphics.FontStyle.Bold), Infragistics.Documents.Graphics.Brushes.Black)

Now I would like to create a smallbolditalicStyle which has the bold and italic fontsyle combined.

How can I do this? I can not find a way to make it work...

thnx in advance