17.18.66 ST_Pitch

This simple type specifies the possible values for the font pitch of a font.

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

<w:font w:name="Courier New">
  <w:pitch w:val="fixed" />
</w:font>

The pitch element specifies via its val attribute value of fixed that this is a fixed width font. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that no information is available about the pitch of a font.

Specifies that this is a fixed width font.

Specifies that this is a proportional width font.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_Pitch) is located in A.1. end note]

Last updated on