20.1.4.1.16 font
This element defines a font within the styles area of DrawingML. A font is defined by a script along with a typeface.
[Example: Consider the following example of a font in DrawingML:
<font script="Thai" typeface="Cordia New"/>
In this example, we see that the script ‘Thai’ is supposed to use the font face ‘Cordia New’. end example]
Attributes
typeface (Typeface)
Specifies the script, or language, in which the typeface is supposed to be used.
Specifies the font face to use.
The possible values for this attribute are defined by the ST_TextTypeface simple type (20.1.10.81).
script (Script)
[Note: It is recommended that script names as specified in ISO 15924 are used. end note]
The possible values for this attribute are defined by the W3C XML Schema string datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_SupplementalFont) is located in A.4.1. end note]