Specifies an italic variant of a system font.

Namespace: TallComponents.PDF.Rasterizer.Fonts
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public bool Italic { get; set; }
Visual Basic
Public Property Italic As Boolean
	Get
	Set

Remarks

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.

See Also