Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontDescriptor.ItalicAngle Property

The angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double ItalicAngle { get; }

Property Value

Type Description
Double

A Double value.

Remarks

The value shall be negative for fonts that slope to the right, as almost all italic fonts do.

See Also