20.1.4.1.18 fontScheme
20.1.4.1.18 fontScheme
This element defines the font scheme within the theme. The font scheme consists of a pair of major and minor fonts for which to use in a document. The major font corresponds well with the heading areas of a document, and the minor font corresponds well with the normal text or paragraph areas.
[Example: Consider the following example of a font scheme within DrawingML:
<fontScheme name="sample">
<majorFont>
…
</majorFont>
<minorFont>
…
</minorFont>
</fontScheme>
In this example, we see the major and minor font lists within the font scheme that is named ‘sample’. end example]
Attributes
name (Name)
The name of the font scheme shown in the user interface.
The possible values for this attribute are defined by the W3C XML Schema string datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_FontScheme) is located in A.4.1. end note]
Last updated on