Table of Contents

Class FontStretches

Namespace
iText.IO.Font.Constants
Assembly
itext.io.dll
public sealed class FontStretches
Inheritance
FontStretches
Inherited Members

Fields

CONDENSED

public const string CONDENSED = "Condensed"

Field Value

string

EXPANDED

public const string EXPANDED = "Expanded"

Field Value

string

EXTRA_CONDENSED

public const string EXTRA_CONDENSED = "ExtraCondensed"

Field Value

string

EXTRA_EXPANDED

public const string EXTRA_EXPANDED = "ExtraExpanded"

Field Value

string

NORMAL

public const string NORMAL = "Normal"

Field Value

string

SEMI_CONDENSED

public const string SEMI_CONDENSED = "SemiCondensed"

Field Value

string

SEMI_EXPANDED

public const string SEMI_EXPANDED = "SemiExpanded"

Field Value

string

ULTRA_CONDENSED

public const string ULTRA_CONDENSED = "UltraCondensed"

Field Value

string

ULTRA_EXPANDED

public const string ULTRA_EXPANDED = "UltraExpanded"

Field Value

string

Methods

FromOpenTypeWidthClass(int)

Convert from Open Type font width class notation.

public static string FromOpenTypeWidthClass(int fontWidth)

Parameters

fontWidth int

Open Type font width.

Returns

string

one of the FontStretches constants.

Remarks

Convert from Open Type font width class notation.

https://www.microsoft.com/typography/otspec/os2.htm#wdc