Table of Contents

Struct Panose

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The Panose union describes typeface classification values that you use with IDWriteFont1::GetPanose to select and match the font.

public struct Panose
Inherited Members

Remarks

Note??The familyKind member (index 0) is the only stable entry in the 10-byte array because all the entries that follow can change dynamically depending on the context of the first member.?

Fields

Decorative

No documentation.

public PanoseDecorative Decorative

Field Value

PanoseDecorative

FamilyKind

No documentation.

public byte FamilyKind

Field Value

byte

Script

No documentation.

public PanoseScript Script

Field Value

PanoseScript

Symbol

No documentation.

public PanoseSymbol Symbol

Field Value

PanoseSymbol

Text

No documentation.

public PanoseText Text

Field Value

PanoseText

Properties

Values

No documentation.

public byte[] Values { get; }

Property Value

byte[]