customized_title_style

Top  Previous  Next

 

Description:

 

Define the style of the customized title

 

Syntax:

 

Font Family, Font Style,  Font Size

 

Font Family:

There are three logical/generic font names. Java will select a font in the system that matches the general characteristics of the logical font.

 

serif (eg, Times)

sansserif (eg, Arial or Helvetica)

monospaced (eg, Courier)

 

Font Style:

PLAIN

BOLD

ITALIC

BOLD_ITALIC

 

Font Size:

Integer point size -- typically in range 10-14

 

Notes:

 

This will ONLY work if you have purchased the customized title version of SpeedCheck Pro

The standard version of SpeedCheck DOES NOT include this feature.

 

This parameter must be used with "customized_title". Please refer to "customized_title"

 

 

Example:

 

<param name="customized_title_style" value="sansserif, BOLD_ITALIC, 14">

 

When you launch SpeedCheck, you should see this:

 

sc_param_reference_customized_title_style