Title Font

This parameter will set the font for the title text.

The font parameter is made up of three elements, Font Face, Style and Size each separated by a | character.

Font Face values can vary from machine to machine, however the following values are usually available,

Helvetica
Courier
Arial
TimesRoman

Style can be one of N, B or I where,

N represents Normal
B represents Bold
I represents Italic
BI represents Bold and Italic

Size represents the font size in pixels.

Example
This example will set the title font to Helvetica Bold and 12 point.
<param name="titleFont" value="Helvetica|B|12">

Default
If this parameter is not present then a default font of "Courier|N|12" is assumed.

For more information on defining fonts click here.