<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 |
---|
|
Attributes |
Description |
---|---|
|
Specifies the script, or language, in which the The possible values for this attribute are defined by the XML Schema string datatype. |
|
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>