19.2.1.29 regular

This element specifies a regular embedded font that is linked to a parent typeface. Once specified, this regular 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.

[Example: Consider the following embedded font with a regular version specified.

<p:embeddedFont>
  <p:font typeface="MyFont" pitchFamily="34" charset="0"/>
  <p:regular r:id="rId2"/>
</p:embeddedFont>

end example]

[Note: Not all characters for a typeface must be stored. It is up to the generating application to determine which characters are to be stored in the corresponding font data files. end note]

Attributes

Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps

The possible values for this attribute are defined by the ST_RelationshipId simple type (22.8.2.1).

id (Relationship Identifier)

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.

[Note: The W3C XML Schema definition of this element’s content model (CT_EmbeddedFontDataId) is located in A.3. end note]

Last updated on