'Declaration Public Property Panose As System.Collections.Generic.IList(Of Byte)
public System.Collections.Generic.IList<byte> Panose {get; set;}
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.
'Declaration Public Property Panose As System.Collections.Generic.IList(Of Byte)
public System.Collections.Generic.IList<byte> Panose {get; set;}