<panose1> (Pansose-1 Typeface Classification Number)

This element specifies the Panose-1 classification number for the current font using the PANOSE Classification Guide, Version 1.2. This information may be used as defined in font substitution logic to locate an appropriate substitute font when this font is not available. This information is determined by querying the font when present and shall not be modified when the font is not available.

If this element is omitted, then no Panose-1 information is available.

example:
<w:font w:name="Times New Roman">
  <w:panose1 w:val="02020603050405020304" /></w:font>

The <panose1> element specifies its Panose-1 number via its @val attribute value of 02020603050405020304. ]

Parent Elements

<font>2.8.2.10)

Attributes

Description

<val> (Value)

Specifies the Panose-1 classification number for the font, stored as a series of two digit hexadecimal encodings of each digits of the Panose number.

<w:panose1 w:val="020F0603050405020304" />

The <val> attribute specifies that the digits in the Panose-1 number are: 2,15,6,3,5,2,3,4. ]

The possible values for this attribute are defined by the ST_Panose simple type (§2.18.72).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Panose">
	<attribute name="val" type="ST_Panose" use="required"/>
</complexType>