PdfFontDescriptor.FontStretch Property
In This Article
Indicates the font stretch value.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfFontStretch FontStretch { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
Ultra |
“Ultra |
Extra |
“Extra |
Condensed | “Condensed” |
Semi |
“Semi |
Normal | “Normal” |
Semi |
“Semi |
Expanded | “Expanded” |
Extra |
“Extra |
Ultra |
“Ultra |
#Remarks
The specific interpretation of these values varies from font to font.
See Also