Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfFontFlags Enum

Lists the values that correspond to flags defining various characteristics of the font.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

#Declaration

[Flags]
public enum PdfFontFlags

#Members

Name Description
None

“0x00000”

FixedPitch

“0x00001”

Serif

“0x00002”

Symbolic

“0x00004”

Script

“0x00008”

Nonsymbolic

“0x00020”

Italic

“0x00040”

AllCap

“0x10000”

SmallCap

“0x20000”

ForceBold

“0x40000”

#Related API Members

The following properties accept/return PdfFontFlags values:

#Remarks

A PdfFontFlags object is returned by the PdfFontDescriptor.Flags property.

See Also