[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
embeddedFontLst (Embedded Font List)
This element specifies a list of fonts that are embedded within the corresponding presentation. The font data for these fonts is stored alongside the other document parts within the document container. The actual font data is referenced within the embeddedFont element.
Parent Elements |
presentation (§4.3.1.24) |
Child Elements |
Subclause |
embeddedFont (Embedded Font) |
§4.3.1.8 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EmbeddedFontList">
<sequence>
<element name="embeddedFont" type="CT_EmbeddedFontListEntry" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>