Property Italic
Namespace TallComponents.PDF.Rasterizer.Fonts
Class ResolveFontEventArgs
Specifies an italic variant of a system font.
In many cases, the PDF font name specifies an italic font in the font name itself. For example "TimesNewRoman-Italic". If your system has a "Times New Roman" font, you can set the FontName to "Times New Roman" and set Italic to true. This will normally resolve to the right device font. If the system does have a special italic variant of the Times New Roman font, it will resolve to that.
Syntax
public
Boolean
Italic
{
get;
set;
}
Property value
Boolean