Supplemental Font
The complex type CT_SupplementalFont defines an additional font that is used for language specific fonts in themes. For example, one can specify a font that gets used only within the Japanese language context.
The complex type CT_SupplementalFont is defined in the following manner:
<complexType name="CT_SupplementalFont"> <attribute name="script" type="xsd:string" use="required"/> <attribute name="typeface" type="ST_TextTypeface" use="required"/> </complexType>