Get or set if the text appears italic.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

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

Remarks

Note that the italicness is simulated by skewing the text slightly. It is preferrable to use an italic font if possible. E.g. use ariali.ttf for italic Arial and arial.ttf for regular Arial. This property is ignored if applied to an Italic font.

See Also