[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

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: Consider the following information stored for a single font:

<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. end example]

Parent Elements

font2.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.

 

[Example: Consider the following information stored for a single font:

 

<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. end example]

 

The possible values for this attribute are defined by the ST_Panose simple type2.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>