Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThemeFont Class / Panose Property

In This Topic
    Panose Property
    In This Topic

    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.

    Syntax
    'Declaration
     
    Public Property Panose As System.Collections.Generic.IList(Of Byte)
    public System.Collections.Generic.IList<byte> Panose {get; set;}
    See Also