I'm using the source code for Report.Web, and there are some code snippets that create fonts as follows:
Code: Select all
var font = new Font(fontFamily, fontSize, FontStyle.Bold)
(StiText)oText.Font = font;
Code: Select all
var font = new Font(fontFamily, fontSize, FontStyle.Bold)
(StiText)oText.Font = font;