20.1.4.1.24 majorFont

This element defines the set of major fonts which are to be used under different languages or locals.

[Example: Consider the following example of the major fonts being defined within DrawingML:

<majorFont>
  <latin typeface="Calibri"/>
  <ea typeface="Arial"/>
  <cs typeface="Arial"/>
  <font script="Jpan" typeface="M SPシク/"ッゴ>
  <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. end example]

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

Last updated on