PDFsharp-net6

XFontStretches

Namespace: PdfSharp.Drawing

Provides a set of static predefined values.

public static class XFontStretches

Inheritance ObjectXFontStretches

Properties

UltraCondensed

Specifies an ultra-condensed .

public static XFontStretch UltraCondensed { get; }

Property Value

XFontStretch

ExtraCondensed

Specifies an extra-condensed .

public static XFontStretch ExtraCondensed { get; }

Property Value

XFontStretch

Condensed

Specifies a condensed .

public static XFontStretch Condensed { get; }

Property Value

XFontStretch

SemiCondensed

Specifies a semi-condensed .

public static XFontStretch SemiCondensed { get; }

Property Value

XFontStretch

Normal

Specifies a normal .

public static XFontStretch Normal { get; }

Property Value

XFontStretch

Medium

Specifies a medium .

public static XFontStretch Medium { get; }

Property Value

XFontStretch

SemiExpanded

Specifies a semi-expanded .

public static XFontStretch SemiExpanded { get; }

Property Value

XFontStretch

Expanded

Specifies an expanded .

public static XFontStretch Expanded { get; }

Property Value

XFontStretch

ExtraExpanded

Specifies an extra-expanded .

public static XFontStretch ExtraExpanded { get; }

Property Value

XFontStretch

UltraExpanded

Specifies an ultra-expanded .

public static XFontStretch UltraExpanded { get; }

Property Value

XFontStretch

Methods

XFontStretchStringToKnownStretch(String, IFormatProvider, XFontStretch&)

internal static bool XFontStretchStringToKnownStretch(string stretch, IFormatProvider provider, XFontStretch& xFontStretch)

Parameters

stretch String

provider IFormatProvider

xFontStretch XFontStretch&

Returns

Boolean

XFontStretchToString(XFontStretchValue, String&)

internal static bool XFontStretchToString(XFontStretchValue stretch, String& convertedValue)

Parameters

stretch XFontStretchValue

convertedValue String&

Returns

Boolean