Skip to main content

PdfFontDescriptor.FontStretch Property

Indicates the font stretch value.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFontStretch FontStretch { get; }

Property Value

Type Description
PdfFontStretch

A PdfFontStretch enumeration value.

Available values:

Name Description
UltraCondensed

“UltraCondensed”

ExtraCondensed

“ExtraCondensed”

Condensed

“Condensed”

SemiCondensed

“SemiCondensed”

Normal

“Normal”

SemiExpanded

“SemiExpanded”

Expanded

“Expanded”

ExtraExpanded

“ExtraExpanded”

UltraExpanded

“UltraExpanded”

Remarks

The specific interpretation of these values varies from font to font.

See Also