<bold>
(Bold Embedded Font)
This element specifies a bold embedded font that is linked to a parent typeface. Once specified, this bold version of the given typeface name is available for use within the presentation. The actual font data is referenced using a relationships file that contains links to all fonts available. This font data contains font information for each of the characters to be made available.
<p:embeddedFont> <p:font typeface="MyFont" pitchFamily="34" charset="0"/> <p:bold r:id="rId2"/> </p:embeddedFont>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location of this embedded font that is referenced in a presentation. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EmbeddedFontDataId">
<attribute ref="r:id" use="required"/>
</complexType>