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
FamilyKind
No documentation.
public byte FamilyKind
Field Value
Script
No documentation.
public PanoseScript Script
Field Value
Symbol
No documentation.
public PanoseSymbol Symbol
Field Value
Text
No documentation.
public PanoseText Text
Field Value
Properties
Values
No documentation.
public byte[] Values { get; }
Property Value
- byte[]