<font> (Font)

This element defines a font within the styles area of DrawingML. A font is defined by a script along with a typeface.

example:
<font script="Thai" typeface="Cordia New"/>

In this example, we see that the script 'Thai' is supposed to use the font face 'Cordia New'. ]

Parent Elements

<font>5.1.4.2.13); <majorFont>5.1.4.1.24); <minorFont>5.1.4.1.25)

Attributes

Description

<script> (Script)

Specifies the script, or language, in which the @typeface is supposed to be used.

The possible values for this attribute are defined by the XML Schema string datatype.

<typeface> (Typeface)

Specifies the font face to use.

The possible values for this attribute are defined by the ST_TextTypeface simple type (§5.1.12.81).

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

<complexType name="CT_SupplementalFont">
	<attribute name="script" type="xsd:string" use="required"/>
	<attribute name="typeface" type="ST_TextTypeface" use="required"/>
</complexType>