Skip to main content
A newer version of this page is available. .

PdfFontDescriptor.FontStretch Property

Indicates the font stretch value.

Namespace: DevExpress.Pdf

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

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