Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel

FragmentModel.Italic Property

Get or set if the text appears italic.

csharp
public bool Italic { get; set; }

Property Value

System.Boolean

Remarks

Note that the italicization is simulated by skewing the text slightly.
It is preferable 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.
<seealso cref="P:TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel.Bold"/>