Back to Devexpress

PdfFontDescriptor.Flags Property

officefileapi-devexpress-dot-pdf-dot-pdffontdescriptor.md

latest1.4 KB
Original Source

PdfFontDescriptor.Flags Property

Provides access to a collection of flags defining various characteristics of the font.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFontFlags Flags { get; }
vb
Public ReadOnly Property Flags As PdfFontFlags

Property Value

TypeDescription
PdfFontFlags

A PdfFontFlags enumeration value.

|

Available values:

NameDescription
None

“0x00000”

| | FixedPitch |

“0x00001”

| | Serif |

“0x00002”

| | Symbolic |

“0x00004”

| | Script |

“0x00008”

| | Nonsymbolic |

“0x00020”

| | Italic |

“0x00040”

| | AllCap |

“0x10000”

| | SmallCap |

“0x20000”

| | ForceBold |

“0x40000”

|

See Also

PdfFontDescriptor Class

PdfFontDescriptor Members

DevExpress.Pdf Namespace