<fontRef> (Font Reference)

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:
<fontRef idx="minor">
  <schemeClr val="tx1"/>
</fontRef>

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

Parent Elements

<style>5.6.2.30); <style>5.9.2.28); <style>4.4.1.43); <style>5.8.2.24); <style>5.1.2.1.37); <tcTxStyle>5.1.4.2.30)

Child Elements

Subclause

<hslClr> (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

<prstClr> (Preset Color)

§5.1.2.2.22

<schemeClr> (Scheme Color)

§5.1.2.2.29

<scrgbClr> (RGB Color Model - Percentage Variant)

§5.1.2.2.30

<srgbClr> (RGB Color Model - Hex Variant)

§5.1.2.2.32

<sysClr> (System Color)

§5.1.2.2.33

Attributes

Description

<idx> (Identifier)

Specifies the identifier of the font to reference.

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FontReference">
	<sequence>
	<group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="idx" type="ST_FontCollectionIndex" use="required"/>
</complexType>