Table of Contents

Enum PanoseMidline

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The PanoseMidline enumeration contains values that specify info about the placement of midline across uppercase characters and the treatment of diagonal stem apexes.

public enum PanoseMidline

Fields

Any = 0

Any midline.

ConstantPointed = 9

Constant pointed midline.

ConstantSerifed = 10

Constant serifed midline.

ConstantTrimmed = 8

Constant trimmed midline.

HighPointed = 6

High pointed midline.

HighSerifed = 7

High serifed midline.

HighTrimmed = 5

High trimmed midline.

LowPointed = 12

Low pointed midline.

LowSerifed = 13

Low serifed midline.

LowTrimmed = 11

Low trimmed midline.

NoFit = 1

No fit midline.

StandardPointed = 3

Standard pointed midline.

StandardSerifed = 4

Standard serifed midline.

StandardTrimmed = 2

Standard trimmed midline.