PDFsharp-net6

XFontStyles

Namespace: PdfSharp.Drawing

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

public static class XFontStyles

Inheritance ObjectXFontStyles

Properties

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

Italic

Specifies an italic font style. />

public static XFontStyle Italic { get; }

Property Value

XFontStyle

Methods

XFontStyleStringToKnownStyle(String, IFormatProvider, XFontStyle&)

internal static bool XFontStyleStringToKnownStyle(string style, IFormatProvider provider, XFontStyle& xFontStyle)

Parameters

style String

provider IFormatProvider

xFontStyle XFontStyle&

Returns

Boolean