17.8.3.11 fonts

This element specifies the root element for a font table part within a WordprocessingML document, and specifies information about the fonts used in this document, each contained within a child font element.

[Example: Consider the following information stored in a font table part:

<w:fonts>
  <w:font w:name="Times New Roman">
  </w:font>
  <w:font w:name="Arial">
  </w:font>
</w:fonts>

The fonts element contains information about all fonts used in the document - in this example, the Times New Roman and Arial fonts. end example]

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

Last updated on