Major and Minor Font (Font Collection)

The complex type CT_FontCollection defines a major and minor font which is used in the font scheme. A font collection consists of a font definition for Latin, East Asian, and complex script. On top of these three definitions, one may also define a font for use in a specific language or languages.

The complex type CT_FontCollection is defined in the following manner:

<complexType name="CT_FontCollection">
  <sequence>
    <element name="latin" type="CT_TextFont" minOccurs="1"
      maxOccurs="1"/>
    <element name="ea" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
    <element name="cs" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
    <element name="font" type="CT_SupplementalFont" minOccurs="0"
      maxOccurs="unbounded"/>
    <element name="extLst" type="CT_OfficeArtExtensionList"
      minOccurs="0" maxOccurs="1"/>
  </sequence>
</complexType>