Template Keywords

Formatting - sans

The /sans/ keyword sets the size and attributes of the Arial font for the following text.

/sans/,<size>,<attribute>,...

The size is the font size specified in points. Common sizes are 8, 10, 12, 18, 24, and 36 point.

The attribute is optional, but if included must be one of the following:

bold
italic
normal

Examples

This example draws the text with the Arial font at 10 point.

/sans/,10
/text/,0,0,600,100,"Ten point."

This example draws a heading at 36 point bold and a subheading at 18 point bold italic.

/sans/,36,bold
/text/,0,0,1800,150,"A Big Heading"
/sans/,18,bold,italic
/text/,0,150,1800,250,"Italics Subheading"

 

Contents
Search