Click or drag to resize
CanvasFontFacePanose Property
Gets the PANOSE values for this font face.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public byte[] Panose { get; }

Property Value

Type: Byte
Remarks

PANOSE is a visual classification system for identifying typefaces. For more information about PANOSE, see the PANOSE 2.0 specification.

See Also