Font question
Posted: Mon Dec 03, 2007 3:00 am
When I use this code:
all fonts are set the size and style (bold, etc.)
I'd like to change only the font, but not the size and the style.
How do I do that in code?
Thanks a lot!
Marco
Code: Select all
foreach (StiPage page in report.Pages)
{
page.SelectAll();
page.SetFont(font);
}
I'd like to change only the font, but not the size and the style.
How do I do that in code?
Thanks a lot!
Marco