Table of Contents

Enum PanoseProportion

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The PanoseProportion enumeration contains values that specify the proportion of the glyph shape by considering additional detail to standard characters.

public enum PanoseProportion

Fields

Any = 0

Any proportion for the text.

Condensed = 6

Condensed proportion for the text.

EvenWidth = 4

Extra width proportion for the text.

Expanded = 5

Expanded proportion for the text.

Modern = 3

Modern proportion for the text.

Monospaced = 9

Monospaced proportion for the text.

NoFit = 1

No fit proportion for the text.

OldStyle = 2

Old style proportion for the text.

VeryCondensed = 8

Very condensed proportion for the text.

VeryExpanded = 7

Very expanded proportion for the text.