[]
Gets or sets the 10-byte series of numbers that is used to describe the visual characteristics of a typeface.
Panose is a compact 10-byte description of a font's critical visual characteristics, such as contrast, weight, and serif style. The digits represent Family Kind, Serif Style, Weight, Proportion, Contrast, Stroke Variation, Arm Style, Letterform, Midline, and X-Height.
public IList<byte> Panose { get; set; }
Public Property Panose As IList(Of Byte)