PdfFontDescriptor.Flags Property
In This Article
Provides access to a collection of flags defining various characteristics of the font.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfFontFlags Flags { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
None | “0x00000” |
Fixed |
“0x00001” |
Serif | “0x00002” |
Symbolic | “0x00004” |
Script | “0x00008” |
Nonsymbolic | “0x00020” |
Italic | “0x00040” |
All |
“0x10000” |
Small |
“0x20000” |
Force |
“0x40000” |
See Also