EmbeddedFont class
Embedded Font. When the object is serialized out as xml, its qualified name is p:embeddedFont.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.EmbeddedFont
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
embeddedFont (Embedded Font)
This element specifies an embedded font. Once specified, this font is available for use within the presentation. Within a font specification there can be regular, bold, italic and boldItalic versions of the font specified. The actual font data for each of these is referenced using a relationships file that contains links to all available fonts. This font data contains font information for each of the characters to be made available in each version of the font.
[Example: Consider the following embedded font.
<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]
Parent Elements |
|---|
embeddedFontLst (§19.2.1.10) |
Child Elements | Subclause |
|---|---|
bold (Bold Embedded Font) | §19.2.1.1 |
boldItalic (Bold Italic Embedded Font) | §19.2.1.2 |
font (Embedded Font Name) | §19.2.1.13 |
italic (Italic Embedded Font) | §19.2.1.16 |
regular (Regular Embedded Font) | §19.2.1.29 |
[Note: The W3C XML Schema definition of this element’s content model (CT_EmbeddedFontListEntry) is located in §A.3. end note]
© ISO/IEC29500: 2008.