Skip to main content
All docs
V26.1
  • TextFontStyle Enum

    Lists values that indicate the style of a text font.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    [Flags]
    public enum TextFontStyle

    Members

    Name Description
    Regular

    Text is not marked as bold or italicized.

    Bold

    Text is marked as bold.

    Italic

    Text is italicized.

    Related API Members

    The following properties accept/return TextFontStyle values:

    See Also