<majorFont>
(Major Font)
This element defines the set of major fonts which are to be used under different languages or locals.
example:
<majorFont> <latin typeface="Calibri"/> <ea typeface="Arial"/> <cs typeface="Arial"/> <font script="Jpan" typeface="MS Pゴシック"/> <font script="Hang" typeface="HY중고딕"/> <font script="Hans" typeface="隶书"/> <font script="Hant" typeface="微軟正黑體"/> <font script="Arab" typeface="Traditional Arabic"/> <font script="Hebr" typeface="Arial"/> <font script="Thai" typeface="Cordia New"/> <font script="Ethi" typeface="Nyala"/> <font script="Beng" typeface="Vrinda"/> <font script="Gujr" typeface="Shruti"/> <font script="Khmr" typeface="DaunPenh"/> <font script="Knda" typeface="Tunga"/> </majorFont>
In this example, we see the latin, east asian, and complex script fonts defined along with many fonts for different locals. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<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>