20.1.4.1.17 fontRef

This element represents a reference to a themed font. When used it specifies which themed font to use along with a choice of color.

[Example: Consider the following example of a font reference within DrawingML:

<fontRef idx="minor">
  <schemeClr val="tx1"/>
</fontRef>

In this example, we see a font referencing the minor font defined within the theme. end example]

Attributes

idx (Identifier)

Specifies the identifier of the font to reference.

The possible values for this attribute are defined by the ST_FontCollectionIndex simple type (20.1.10.25).

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

Last updated on