[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

fonts (Font Table Root Element)

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]

Parent Elements

Root element of WordprocessingML Font Table part

 

Child Elements

Subclause

font (Properties for a Single Font)

§2.8.2.10

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

<complexType name="CT_FontsList">

   <sequence>

   <element name="font" type="CT_Font" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>