Table of Contents

Class XFontStyles

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Provides a set of static predefined font style /> values.

public static class XFontStyles
Inheritance
XFontStyles
Inherited Members

Properties

Italic

Specifies an italic font style. />

public static XFontStyle Italic { get; }

Property Value

XFontStyle

Normal

Specifies a normal font style. />

public static XFontStyle Normal { get; }

Property Value

XFontStyle

Oblique

Specifies an oblique font style.

public static XFontStyle Oblique { get; }

Property Value

XFontStyle