Font Element (Microsoft PowerPoint)

Specifies a font used in a presentation.

Attribute Description
charset Defines the character set of the font. The identifier is a long integer. See the Microsoft Platform SDK for more information about charsets.
family Defines the font family. The identifier is a long integer. See the Microsoft Internet SDK documentation for more information about font families.
name Defines the name of the font.
type Defines the type of font. The identifier is a long integer. TrueType fonts are type 4. See the Microsoft Platform SDK for more information about font types.

Contained In

Presentation

Remarks

Each font is represented by one Font element.

Example

This example shows seven different fonts.



<p:font name="Times New Roman" charset="0" type="4" family="18" />
<p:font name="Arial" charset="0" type="4" family="34" />
<p:font name="Wingdings" charset="2" type="4" family="2" />
<p:font name="Impact" charset="0" type="4" family="34" />
<p:font name="MS Sans Serif" />
<p:font name="System" />
<p:font name="Courier New" charset="0" type="4" family="49" />