Skip to main content

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.v23.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