ItalicFont class
Italic Embedded Font. When the object is serialized out as xml, its qualified name is p:italic.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType
DocumentFormat.OpenXml.Presentation.ItalicFont
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
italic (Italic Embedded Font)
This element specifies an italic embedded font that is linked to a parent typeface. Once specified, this italic 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 italic version specified.
<p:embeddedFont> <p:font typeface="MyFont" pitchFamily="34" charset="0"/> <p:italic 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 |
|---|
embeddedFont (§19.2.1.9) |
Attributes | Description |
|---|---|
id (Relationship Identifier) 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 (§22.8.2.1). |
[Note: The W3C XML Schema definition of this element’s content model (CT_EmbeddedFontDataId) is located in §A.3. end note]
© ISO/IEC29500: 2008.