Table of Contents

Enum FontStretch

Namespace
UglyToad.PdfPig.PdfFonts
Assembly
UglyToad.PdfPig.dll

The font stretch.

public enum FontStretch

Fields

Condensed = 2

Condensed.

Expanded = 6

Expanded

ExtraCondensed = 1

Extra Condensed.

ExtraExpanded = 7

Extra Expanded

Normal = 4

Normal

SemiCondensed = 3

Semi Condensed.

SemiExpanded = 5

Semi Expanded

UltraCondensed = 0

Ultra Condensed.

UltraExpanded = 8

Ultra Expanded

Unknown = -1

Not specified or not a recognised value.